Skip to content

Commit

Permalink
add avoidance sys_status (mavlink#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrivi authored and tridge committed Aug 4, 2020
1 parent f003767 commit 2af5f37
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 @@ -788,6 +788,9 @@
<entry value="268435456" name="MAV_SYS_STATUS_PREARM_CHECK">
<description>0x10000000 pre-arm check status. Always healthy when armed</description>
</entry>
<entry value="536870912" name="MAV_SYS_STATUS_OBSTACLE_AVOIDANCE">
<description>0x20000000 Avoidance/collision prevention</description>
</entry>
</enum>
<enum name="MAV_FRAME">
<entry value="0" name="MAV_FRAME_GLOBAL">
Expand Down

0 comments on commit 2af5f37

Please sign in to comment.