Skip to content

Commit

Permalink
ardupilotmega: add GUIDED HEADING_TYPE_DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
timtuxworth authored and tridge committed Nov 4, 2024
1 parent 83e75ff commit 08da786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions message_definitions/v1.0/ardupilotmega.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<enum name="HEADING_TYPE">
<entry value="0" name="HEADING_TYPE_COURSE_OVER_GROUND"/>
<entry value="1" name="HEADING_TYPE_HEADING"/>
<entry value="2" name="HEADING_TYPE_DEFAULT"/>
</enum>
<!-- ardupilot specific MAV_CMD_* commands -->
<enum name="MAV_CMD">
Expand Down

0 comments on commit 08da786

Please sign in to comment.