Skip to content

Commit

Permalink
ardupilotmega: add alt frame to RALLY_FLAGS enum
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Mar 3, 2024
1 parent caae60a commit aaa17f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions message_definitions/v1.0/ardupilotmega.xml
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,12 @@
<entry value="2" name="LAND_IMMEDIATELY">
<description>Flag set when plane is to immediately descend to break altitude and land without GCS intervention. Flag not set when plane is to loiter at Rally point until commanded to land.</description>
</entry>
<entry value="4" name="ALT_FRAME_VALID">
<description>True if the following altitude frame value is valid.</description>
</entry>
<entry value="24" name="ALT_FRAME">
<description>2 bit value representing altitude frame. 0: absolute, 1: relative home, 2: relative origin, 3: relative terrain</description>
</entry>
</enum>
<!-- Camera event types -->
<enum name="CAMERA_STATUS_TYPES">
Expand Down

0 comments on commit aaa17f8

Please sign in to comment.