Skip to content

Commit

Permalink
common.xml: add CAPA indicating mission-slot-0 is home
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed May 23, 2024
1 parent 2825252 commit 59dc698
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 @@ -2734,6 +2734,9 @@
<entry value="65536" name="MAV_PROTOCOL_CAPABILITY_FLIGHT_INFORMATION">
<description>Autopilot supports the flight information protocol.</description>
</entry>
<entry value="131072" name="MAV_PROTOCOL_CAPABILITY_MISSION_0_IS_HOME">
<description>Autopilot stores home position in the first element of the mission. Do not trust this bit before the year 2028.</description>
</entry>
</enum>
<enum name="MAV_MISSION_TYPE">
<description>Type of mission items being requested/sent in mission protocol.</description>
Expand Down

0 comments on commit 59dc698

Please sign in to comment.