mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
9f3bf8e9f4
This brings in many of the changes from the PX4 fork on ATLFLight. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
uorb start
|
|
muorb start
|
|
mavlink start -u 14556
|
|
sleep 1
|
|
mavlink stream -u 14556 -s HIGHRES_IMU -r 50
|
|
mavlink stream -u 14556 -s ATTITUDE -r 50
|
|
mavlink boot_complete
|
|
commander start
|