Skip to content

Commit

Permalink
message_definitions: added MAV_TYPE for onboard (companion) controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Clement authored and Andrew Tridgell committed Mar 19, 2014
1 parent 40c028e commit 332524a
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 @@ -111,6 +111,9 @@
<entry value="17" name="MAV_TYPE_KITE">
<description>Flapping wing</description>
</entry>
<entry value="18" name="MAV_TYPE_ONBOARD_CONTROLLER">
<description>Onboard companion controller</description>
</entry>
</enum>
<!-- WARNING: MAV_ACTION Enum is no longer supported - has been removed. Please use MAV_CMD -->
<enum name="MAV_MODE_FLAG">
Expand Down

0 comments on commit 332524a

Please sign in to comment.