Skip to content
Snippets Groups Projects
Commit ccebeba5 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

GCS_MAVLink: added MAV_SYS_STATUS_AHRS

will be used to indicate AHRS health
parent deb16ac5
No related branches found
No related tags found
No related merge requests found
...@@ -393,6 +393,9 @@ ...@@ -393,6 +393,9 @@
<entry value="1048576" name="MAV_SYS_STATUS_GEOFENCE"> <entry value="1048576" name="MAV_SYS_STATUS_GEOFENCE">
<description>0x100000 geofence</description> <description>0x100000 geofence</description>
</entry> </entry>
<entry value="2097152" name="MAV_SYS_STATUS_AHRS">
<description>0x200000 AHRS subsystem health</description>
</entry>
</enum> </enum>
<enum name="MAV_FRAME"> <enum name="MAV_FRAME">
<entry value="0" name="MAV_FRAME_GLOBAL"> <entry value="0" name="MAV_FRAME_GLOBAL">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment