forked from Archive/PX4-Autopilot
send MANUAL_CONTROL stream over usb
This commit is contained in:
parent
b6f6a99799
commit
bccc37cfb9
|
@ -26,6 +26,8 @@ usleep 100000
|
|||
mavlink stream -d /dev/ttyACM0 -s POSITION_TARGET_GLOBAL_INT -r 10
|
||||
usleep 100000
|
||||
mavlink stream -d /dev/ttyACM0 -s LOCAL_POSITION_NED -r 30
|
||||
usleep 100000
|
||||
mavlink stream -d /dev/ttyACM0 -s MANUAL_CONTROL -r 5
|
||||
|
||||
# Exit shell to make it available to MAVLink
|
||||
exit
|
||||
|
|
Loading…
Reference in New Issue