You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- 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
+
<paramindex="1"label="Hold"units="s"minValue="0">Hold time at this waypoint.</param>
140
+
<paramindex="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>
0 commit comments