Skip to content

Commit

Permalink
MAV_CMD_CONDITION_YAW - shortest direction v2 (mavlink#2058)
Browse files Browse the repository at this point in the history
* MAV_CMD_CONDITION_YAW - shortest direction v2

* Update message_definitions/v1.0/common.xml

* Update message_definitions/v1.0/common.xml
  • Loading branch information
hamishwillee authored and rmackay9 committed Nov 27, 2023
1 parent a2a3aeb commit c12f5a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1003,9 +1003,9 @@
</entry>
<entry value="115" name="MAV_CMD_CONDITION_YAW" hasLocation="false" isDestination="false">
<description>Reach a certain target angle.</description>
<param index="1" label="Angle" units="deg">target angle, 0 is north</param>
<param index="2" label="Angular Speed" units="deg/s">angular speed</param>
<param index="3" label="Direction" minValue="-1" maxValue="1" increment="2">direction: -1: counter clockwise, 1: clockwise</param>
<param index="1" label="Angle" units="deg" minValue="0" maxValue="360">target angle [0-360]. Absolute angles: 0 is north. Relative angle: 0 is initial yaw. Direction set by param3.</param>
<param index="2" label="Angular Speed" units="deg/s" minValue="0">angular speed</param>
<param index="3" label="Direction" minValue="-1" maxValue="1" increment="1">direction: -1: counter clockwise, 0: shortest direction, 1: clockwise</param>
<param index="4" label="Relative" minValue="0" maxValue="1" increment="1">0: absolute angle, 1: relative offset</param>
<param index="5">Empty</param>
<param index="6">Empty</param>
Expand Down

0 comments on commit c12f5a1

Please sign in to comment.