Skip to content

Commit 86c3ed5

Browse files
committed
Development.xml: Add WP_ARC command
1 parent b5c70c9 commit 86c3ed5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

message_definitions/v1.0/development.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,20 @@
128128
<!-- * the data payload of mavlink commands (as used in the COMMAND_INT and COMMAND_LONG messages) -->
129129
<!-- ALL the entries in the MAV_CMD enum have a maximum of 7 parameters -->
130130
<enum name="MAV_CMD">
131+
<entry value="36" name="MAV_CMD_NAV_ARC_WAYPOINT" hasLocation="true" isDestination="true">
132+
<wip/>
133+
<!-- This message is work-in-progress it can therefore change, and should NOT be used in stable production environments -->
134+
<description>Circular arc path waypoint.
135+
This defines the end/exit point and angle (param2) of an arc path from the previous waypoint. A MAV_CMD_NAV_WAYPOINT or MAV_CMD_NAV_ARC_WAYPOINT is required before this command to define the start of the arc.
136+
The resulting mission path is a circular arc in the NE frame, with the difference in height being defined by the difference in waypoint altitudes.
137+
This command is only intended for use in missions.
138+
</description>
139+
<param index="1" label="Hold" units="s" minValue="0">Hold time at this waypoint.</param>
140+
<param index="2" label="Arc Angle" units="deg" minValue="-359" maxValue="359" increment="1">The angle in degrees from the starting position to the exit position of the arc in the NE frame. Positive values are CW arcs and negative values are CCW arcs.</param>
141+
<param index="5" label="Latitude">Latitude</param>
142+
<param index="6" label="Longitude">Longitude</param>
143+
<param index="7" label="Altitude" units="m">Altitude</param>
144+
</entry>
131145
<entry value="610" name="MAV_CMD_DO_SET_SYS_CMP_ID" hasLocation="false" isDestination="false">
132146
<description>
133147
Set system and component id.

0 commit comments

Comments
 (0)