Skip to content

Commit 734f8d9

Browse files
committed
MAVLink messages update Wed Oct 29 22:07:31 UTC 2025
1 parent e00e8e5 commit 734f8d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

en/messages/common.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ target_component | `uint8_t` | | 0: request ping from all receiving components.
116116

117117
Request to control this MAV
118118

119-
Field Name | Type | Units | Description
120-
--- | --- | --- | ---
121-
target_system | `uint8_t` | | System the GCS requests control for
122-
control_request | `uint8_t` | | 0: request control of this MAV, 1: Release control of this MAV
123-
version | `uint8_t` | rad | 0: key as plaintext, 1-255: future, different hashing/encryption variants. The GCS should in general use the safest mode possible initially and then gradually move down the encryption level if it gets a NACK message indicating an encryption mismatch.
124-
passkey | `char[25]` | | Password / Key, depending on version plaintext or encrypted. 25 or less characters, NULL terminated. The characters may involve A-Z, a-z, 0-9, and "!?,.-"
119+
Field Name | Type | Description
120+
--- | --- | ---
121+
target_system | `uint8_t` | System the GCS requests control for
122+
control_request | `uint8_t` | 0: request control of this MAV, 1: Release control of this MAV
123+
version | `uint8_t` | 0: key as plaintext, 1-255: future, different hashing/encryption variants. The GCS should in general use the safest mode possible initially and then gradually move down the encryption level if it gets a NACK message indicating an encryption mismatch.
124+
passkey | `char[25]` | Password / Key, depending on version plaintext or encrypted. 25 or less characters, NULL terminated. The characters may involve A-Z, a-z, 0-9, and "!?,.-"
125125

126126

127127
### CHANGE_OPERATOR_CONTROL_ACK (6) {#CHANGE_OPERATOR_CONTROL_ACK}

0 commit comments

Comments
 (0)