Skip to content

Commit 3b2f38d

Browse files
committed
MAVLink messages update Tue Mar 31 23:50:16 UTC 2026
1 parent fce5920 commit 3b2f38d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

en/messages/common.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5393,6 +5393,8 @@ Value | Name | Description
53935393

53945394
### MAV_ARM_AUTH_DENIED_REASON {#MAV_ARM_AUTH_DENIED_REASON}
53955395

5396+
Reasons for denying an authorization request made with [MAV_CMD_ARM_AUTHORIZATION_REQUEST](#MAV_CMD_ARM_AUTHORIZATION_REQUEST). If the [COMMAND_ACK](#COMMAND_ACK) result is [MAV_RESULT_DENIED](#MAV_RESULT_DENIED), this is used to set the reason in the result_param2 field.
5397+
53965398
Value | Name | Description
53975399
--- | --- | ---
53985400
<a id='MAV_ARM_AUTH_DENIED_REASON_GENERIC'></a>0 | [MAV_ARM_AUTH_DENIED_REASON_GENERIC](#MAV_ARM_AUTH_DENIED_REASON_GENERIC) | Not a specific reason
@@ -8474,7 +8476,7 @@ Param (Label) | Description | Values
84748476
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.
84758477

84768478
If approved the [COMMAND_ACK](#COMMAND_ACK) message progress field should be set with period of time that this authorization is valid in seconds.
8477-
If the authorization is denied [COMMAND_ACK](#COMMAND_ACK).result_param2 should be set with one of the reasons in [ARM_AUTH_DENIED_REASON](#ARM_AUTH_DENIED_REASON).
8479+
If the authorization is denied [COMMAND_ACK](#COMMAND_ACK).result_param2 should be set with one of the reasons in [MAV_ARM_AUTH_DENIED_REASON](#MAV_ARM_AUTH_DENIED_REASON).
84788480

84798481
Param (Label) | Description | Values
84808482
--- | --- | ---

0 commit comments

Comments
 (0)