Skip to content
Snippets Groups Projects
Commit a2bb8265 authored by Anna Dai's avatar Anna Dai Committed by Daniel Agar
Browse files

fix for AV board mavlink streams

parent 3e9acee8
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,11 @@
#
# AV-X: start MAVLink to companion (connected to TX2)
mavlink start -d /dev/ttyS5 -r 20000 -b 460800 -m onboard
mavlink start -d /dev/ttyS5 -b 500000 -m osd
mavlink stream -d /dev/ttyS5 -s HIGHRES_IMU -r 250
mavlink stream -d /dev/ttyS5 -s CAMERA_TRIGGER -r 100
mavlink stream -d /dev/ttyS5 -s LOCAL_POSITION_NED -r 50
# AV-X: start MAVLink UDP port 14570
mavlink start -x -u 14570
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment