mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +08:00
Snapdragon: make RC calibration easier
20 Hz of RC_CHANNELS makes the RC calibration in QGC a more pleasant thing.
This commit is contained in:
@@ -8,4 +8,5 @@ mavlink start -u 14556 -r 1000000
|
|||||||
sleep 1
|
sleep 1
|
||||||
mavlink stream -u 14556 -s HIGHRES_IMU -r 50
|
mavlink stream -u 14556 -s HIGHRES_IMU -r 50
|
||||||
mavlink stream -u 14556 -s ATTITUDE -r 50
|
mavlink stream -u 14556 -s ATTITUDE -r 50
|
||||||
|
mavlink stream -u 14556 -s RC_CHANNELS -r 20
|
||||||
mavlink boot_complete
|
mavlink boot_complete
|
||||||
|
|||||||
Reference in New Issue
Block a user