Skip to content

Commit

Permalink
Add missing MAV_ODID_STATUS entry.
Browse files Browse the repository at this point in the history
- Remote ID System Failure
- Value 4
- Defined here: https://mavlink.io/en/messages/common.html#MAV_ODID_STATUS_REMOTE_ID_SYSTEM_FAILURE

Fixes issue #299
  • Loading branch information
bhiln authored and tridge committed Jan 10, 2023
1 parent 3b0256a commit 3bbdb11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3373,6 +3373,9 @@
<entry value="3" name="MAV_ODID_STATUS_EMERGENCY">
<description>The UA is having an emergency.</description>
</entry>
<entry value="4" name="MAV_ODID_STATUS_REMOTE_ID_SYSTEM_FAILURE">
<description>The remote ID system is failing or unreliable in some way.</description>
</entry>
</enum>
<enum name="MAV_ODID_HEIGHT_REF">
<entry value="0" name="MAV_ODID_HEIGHT_REF_OVER_TAKEOFF">
Expand Down

0 comments on commit 3bbdb11

Please sign in to comment.