mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +08:00
rc.mavlink AV-X reduce companion baudrate
This commit is contained in:
committed by
Lorenz Meier
parent
d0c69efff9
commit
d832b4fe28
@@ -20,7 +20,7 @@ fi
|
||||
if ver hwcmp AV_X_V1
|
||||
then
|
||||
# AV-X: start MAVLink to companion (connected to TX2)
|
||||
mavlink start -d /dev/ttyS5 -r 80000 -b 921600 -m onboard
|
||||
mavlink start -d /dev/ttyS5 -r 20000 -b 460800 -m onboard
|
||||
|
||||
# AV-X: start MAVLink UDP port 14570
|
||||
mavlink start -x -u 14570
|
||||
|
||||
Reference in New Issue
Block a user