mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
GCS_MAVLink: added MAV_SYS_STATUS_AHRS
will be used to indicate AHRS health
This commit is contained in:
parent
deb16ac5bb
commit
ccebeba5a5
@ -393,6 +393,9 @@
|
||||
<entry value="1048576" name="MAV_SYS_STATUS_GEOFENCE">
|
||||
<description>0x100000 geofence</description>
|
||||
</entry>
|
||||
<entry value="2097152" name="MAV_SYS_STATUS_AHRS">
|
||||
<description>0x200000 AHRS subsystem health</description>
|
||||
</entry>
|
||||
</enum>
|
||||
<enum name="MAV_FRAME">
|
||||
<entry value="0" name="MAV_FRAME_GLOBAL">
|
||||
|
Loading…
Reference in New Issue
Block a user