mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 17:48:35 -04:00
GCS_MAVLink: add MAG_CAL messages
This commit is contained in:
parent
43adcd39ab
commit
1b485ef6ab
@ -313,6 +313,14 @@
|
|||||||
<entry name="EKF_PRED_POS_HORIZ_ABS" value="512"> <description>set if EKF's predicted horizontal position (absolute) estimate is good</description></entry>
|
<entry name="EKF_PRED_POS_HORIZ_ABS" value="512"> <description>set if EKF's predicted horizontal position (absolute) estimate is good</description></entry>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
|
<enum name="PID_TUNING_AXIS">
|
||||||
|
<entry name="PID_TUNING_ROLL" value="1"></entry>
|
||||||
|
<entry name="PID_TUNING_PITCH" value="2"></entry>
|
||||||
|
<entry name="PID_TUNING_YAW" value="3"></entry>
|
||||||
|
<entry name="PID_TUNING_ACCZ" value="4"></entry>
|
||||||
|
<entry name="PID_TUNING_STEER" value="5"></entry>
|
||||||
|
</enum>
|
||||||
|
|
||||||
<enum name="MAG_CAL_STATUS">
|
<enum name="MAG_CAL_STATUS">
|
||||||
<entry name="MAG_CAL_NOT_STARTED" value="0"></entry>
|
<entry name="MAG_CAL_NOT_STARTED" value="0"></entry>
|
||||||
<entry name="MAG_CAL_WAITING_TO_START" value="1"></entry>
|
<entry name="MAG_CAL_WAITING_TO_START" value="1"></entry>
|
||||||
@ -322,14 +330,6 @@
|
|||||||
<entry name="MAG_CAL_FAILED" value="5"></entry>
|
<entry name="MAG_CAL_FAILED" value="5"></entry>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
<enum name="PID_TUNING_AXIS">
|
|
||||||
<entry name="PID_TUNING_ROLL" value="1"></entry>
|
|
||||||
<entry name="PID_TUNING_PITCH" value="2"></entry>
|
|
||||||
<entry name="PID_TUNING_YAW" value="3"></entry>
|
|
||||||
<entry name="PID_TUNING_ACCZ" value="4"></entry>
|
|
||||||
<entry name="PID_TUNING_STEER" value="5"></entry>
|
|
||||||
</enum>
|
|
||||||
|
|
||||||
</enums>
|
</enums>
|
||||||
|
|
||||||
<messages>
|
<messages>
|
||||||
|
Loading…
Reference in New Issue
Block a user