Skip to content

Commit d6d86d3

Browse files
authored
MAV_CMD_ARM_AUTHORIZATION_REQUEST - clarify use of progress (mavlink#1965)
1 parent 9d03fcd commit d6d86d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

message_definitions/v1.0/common.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2260,7 +2260,9 @@
22602260
<param index="2" label="Immediate">Force immediate transition to the specified MAV_VTOL_STATE. 1: Force immediate, 0: normal transition. Can be used, for example, to trigger an emergency "Quadchute". Caution: Can be dangerous/damage vehicle, depending on autopilot implementation of this command.</param>
22612261
</entry>
22622262
<entry value="3001" name="MAV_CMD_ARM_AUTHORIZATION_REQUEST" hasLocation="false" isDestination="false">
2263-
<description>Request authorization to arm the vehicle to a external entity, the arm authorizer is responsible to request all data that is needs from the vehicle before authorize or deny the request. If approved the progress of command_ack message should be set with period of time that this authorization is valid in seconds or in case it was denied it should be set with one of the reasons in ARM_AUTH_DENIED_REASON.
2263+
<description>Request authorization to arm the vehicle to a external entity, the arm authorizer is responsible to request all data that is needs from the vehicle before authorize or deny the request.
2264+
If approved the COMMAND_ACK message progress field should be set with period of time that this authorization is valid in seconds.
2265+
If the authorization is denied COMMAND_ACK.result_param2 should be set with one of the reasons in ARM_AUTH_DENIED_REASON.
22642266
</description>
22652267
<param index="1" label="System ID" minValue="0" maxValue="255" increment="1">Vehicle system id, this way ground station can request arm authorization on behalf of any vehicle</param>
22662268
</entry>

0 commit comments

Comments
 (0)