mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
v5x: use low bandwidth mavlink mode
This changes the default mavlink message set from onboard to onboard_low_bandwidth, which drastically reduces the bandwidth required to get a usable connection.
This commit is contained in:
committed by
Beat Küng
parent
846695f986
commit
8d3335906a
@@ -6,7 +6,7 @@
|
||||
if ver hwtypecmp V5Xa0 V5X91 V5Xa1
|
||||
then
|
||||
# Start MAVLink on the UART connected to the mission computer
|
||||
mavlink start -d /dev/ttyS4 -b 3000000 -r 290000 -m onboard -x -z
|
||||
mavlink start -d /dev/ttyS4 -b 3000000 -r 290000 -m onboard_low_bandwidth -x -z
|
||||
else
|
||||
# Start MAVLink on the USB port
|
||||
mavlink start -d /dev/ttyACM0
|
||||
|
||||
Reference in New Issue
Block a user