mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
boards: enable ATTITUDE_QUATERNION MAVLink stream on v5x
This commit is contained in:
parent
38fa74a27a
commit
b2edd25968
@ -7,6 +7,7 @@ if ver hwtypecmp V5X009000 V5X009001 V5X00a000 V5X00a001 V5X008000 V5X008001 V5X
|
||||
then
|
||||
# Start MAVLink on the UART connected to the mission computer
|
||||
mavlink start -d /dev/ttyS4 -b 3000000 -r 290000 -m onboard_low_bandwidth -x -z
|
||||
mavlink stream -d /dev/ttyS4 -s ATTITUDE_QUATERNION -r 30
|
||||
mavlink stream -d /dev/ttyS4 -s HIGHRES_IMU -r 20
|
||||
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user