Skip to content

Commit 09f8403

Browse files
Williangalvanipeterbarker
authored andcommitted
Common: detail transport of MAV_CMD_DO_SET_ACTUATOR as COMMAND_INT (mavlink#2486)
1 parent 60a3bc1 commit 09f8403

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

message_definitions/v1.0/common.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,8 +1457,12 @@
14571457
<param index="2" label="Actuator 2" minValue="-1" maxValue="1">Actuator 2 value, scaled from [-1 to 1]. NaN to ignore.</param>
14581458
<param index="3" label="Actuator 3" minValue="-1" maxValue="1">Actuator 3 value, scaled from [-1 to 1]. NaN to ignore.</param>
14591459
<param index="4" label="Actuator 4" minValue="-1" maxValue="1">Actuator 4 value, scaled from [-1 to 1]. NaN to ignore.</param>
1460-
<param index="5" label="Actuator 5" minValue="-1" maxValue="1">Actuator 5 value, scaled from [-1 to 1]. NaN to ignore.</param>
1461-
<param index="6" label="Actuator 6" minValue="-1" maxValue="1">Actuator 6 value, scaled from [-1 to 1]. NaN to ignore.</param>
1460+
<param index="5" label="Actuator 5">Actuator 5 value.
1461+
If sent in COMMAND_LONG: value is scaled from [-1 to 1]. NaN to ignore.
1462+
If sent in COMMAND_INT or MISSION_ITEM_INT: value is scaled by 1e7. INT32_MAX to ignore.</param>
1463+
<param index="6" label="Actuator 6">Actuator 6 value.
1464+
If sent in COMMAND_LONG: value is scaled from [-1 to 1]. NaN to ignore.
1465+
If sent in COMMAND_INT or MISSION_ITEM_INT: value is scaled by 1e7. INT32_MAX to ignore.</param>
14621466
<param index="7" label="Index" minValue="0" increment="1">Index of actuator set (i.e if set to 1, Actuator 1 becomes Actuator 7)</param>
14631467
</entry>
14641468
<entry value="188" name="MAV_CMD_DO_RETURN_PATH_START" hasLocation="true" isDestination="false">

0 commit comments

Comments
 (0)