Skip to content

Commit

Permalink
add MAV_CMD_DO_CHANGE_ALTITUDE (mavlink#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar authored and LorenzMeier committed Jul 8, 2016
1 parent dfd4212 commit 0417c0a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,16 @@
<param index="6">Empty</param>
<param index="7">Empty</param>
</entry>
<entry value="186" name="MAV_CMD_DO_CHANGE_ALTITUDE">
<description>Change altitude set point.</description>
<param index="1">Altitude in meters</param>
<param index="2">Mav frame of new altitude (see MAV_FRAME)</param>
<param index="3">Empty</param>
<param index="4">Empty</param>
<param index="5">Empty</param>
<param index="6">Empty</param>
<param index="7">Empty</param>
</entry>
<entry value="189" name="MAV_CMD_DO_LAND_START">
<description>Mission command to perform a landing. This is used as a marker in a mission to tell the autopilot where a sequence of mission items that represents a landing starts. It may also be sent via a COMMAND_LONG to trigger a landing, in which case the nearest (geographically) landing sequence in the mission will be used. The Latitude/Longitude is optional, and may be set to 0/0 if not needed. If specified then it will be used to help find the closest landing sequence.</description>
<param index="1">Empty</param>
Expand Down

0 comments on commit 0417c0a

Please sign in to comment.