Skip to content

Commit 55266fd

Browse files
committed
MAVLink messages update Thu Jun 11 03:33:30 UTC 2026
1 parent e68d887 commit 55266fd

23 files changed

Lines changed: 8989 additions & 9649 deletions

en/messages/ASLUAV.md

Lines changed: 252 additions & 271 deletions
Large diffs are not rendered by default.

en/messages/AVSSUAS.md

Lines changed: 131 additions & 142 deletions
Large diffs are not rendered by default.

en/messages/all.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ span.warning {
3737
color: red;
3838
}
3939
</style>
40+
4041
## MAVLink Include Files
4142

4243
- [ardupilotmega.xml](../messages/ardupilotmega.md)
@@ -59,11 +60,11 @@ span.warning {
5960

6061
## Summary
6162

62-
Type | Defined | Included
63-
--- | --- | ---
64-
[Messages](#messages) | 0 | 391
65-
[Enums](#enumerated-types) | 0 | 258
66-
[Commands](#mav_commands) | 224 | 0
63+
| Type | Defined | Included |
64+
| -------------------------- | ------- | -------- |
65+
| [Messages](#messages) | 0 | 391 |
66+
| [Enums](#enumerated-types) | 0 | 258 |
67+
| [Commands](#mav_commands) | 224 | 0 |
6768

6869
The following sections list all entities in the dialect (both included and defined in this file).
6970

@@ -81,7 +82,5 @@ Dummy/temporary [MAV_CMD](#mav_commands) that causes all.xml to correctly import
8182

8283
It not be used, and will be removed when the toolchain is fixed.
8384

84-
Param (Label) | Description
85-
--- | ---
86-
87-
85+
| Param (Label) | Description |
86+
| ------------- | ----------- |

en/messages/ardupilotmega.md

Lines changed: 1292 additions & 1396 deletions
Large diffs are not rendered by default.

en/messages/common.md

Lines changed: 5513 additions & 5921 deletions
Large diffs are not rendered by default.

en/messages/csAirLink.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,20 @@ span.warning {
2626
color: red;
2727
}
2828
</style>
29+
2930
**Protocol version:** 3
3031

3132
## MAVLink Include Files
3233

33-
None
34+
None
3435

3536
## Summary
3637

37-
Type | Defined | Included
38-
--- | --- | ---
39-
[Messages](#messages) | 2 | 0
40-
[Enums](#enumerated-types) | 1 | 0
41-
Commands | 0 | 0
38+
| Type | Defined | Included |
39+
| -------------------------- | ------- | -------- |
40+
| [Messages](#messages) | 2 | 0 |
41+
| [Enums](#enumerated-types) | 1 | 0 |
42+
| Commands | 0 | 0 |
4243

4344
The following sections list all entities in the dialect (both included and defined in this file).
4445

@@ -48,27 +49,24 @@ The following sections list all entities in the dialect (both included and defin
4849

4950
Authorization package
5051

51-
Field Name | Type | Description
52-
--- | --- | ---
53-
login | `char[50]` | Login
54-
password | `char[50]` | Password
55-
52+
| Field Name | Type | Description |
53+
| ---------- | ---------- | ----------- |
54+
| login | `char[50]` | Login |
55+
| password | `char[50]` | Password |
5656

5757
### AIRLINK_AUTH_RESPONSE (52001) {#AIRLINK_AUTH_RESPONSE}
5858

5959
Response to the authorization request
6060

61-
Field Name | Type | Values | Description
62-
--- | --- | --- | ---
63-
resp_type | `uint8_t` | [AIRLINK_AUTH_RESPONSE_TYPE](#AIRLINK_AUTH_RESPONSE_TYPE) | Response type
64-
61+
| Field Name | Type | Values | Description |
62+
| ---------- | --------- | --------------------------------------------------------- | ------------- |
63+
| resp_type | `uint8_t` | [AIRLINK_AUTH_RESPONSE_TYPE](#AIRLINK_AUTH_RESPONSE_TYPE) | Response type |
6564

6665
## Enumerated Types
6766

6867
### AIRLINK_AUTH_RESPONSE_TYPE {#AIRLINK_AUTH_RESPONSE_TYPE}
6968

70-
Value | Name | Description
71-
--- | --- | ---
72-
<a id='AIRLINK_ERROR_LOGIN_OR_PASS'></a>0 | [AIRLINK_ERROR_LOGIN_OR_PASS](#AIRLINK_ERROR_LOGIN_OR_PASS) | Login or password error
73-
<a id='AIRLINK_AUTH_OK'></a>1 | [AIRLINK_AUTH_OK](#AIRLINK_AUTH_OK) | Auth successful
74-
69+
| Value | Name | Description |
70+
| ----------------------------------------- | ----------------------------------------------------------- | ----------------------- |
71+
| <a id='AIRLINK_ERROR_LOGIN_OR_PASS'></a>0 | [AIRLINK_ERROR_LOGIN_OR_PASS](#AIRLINK_ERROR_LOGIN_OR_PASS) | Login or password error |
72+
| <a id='AIRLINK_AUTH_OK'></a>1 | [AIRLINK_AUTH_OK](#AIRLINK_AUTH_OK) | Auth successful |

en/messages/cubepilot.md

Lines changed: 39 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ These messages define the [CubePilot](http://www.cubepilot.com) specific dialect
1111

1212
This topic is a human-readable form of the XML definition file: [cubepilot.xml](https://github.com/mavlink/mavlink/blob/master/message_definitions/v1.0/cubepilot.xml).
1313

14-
1514
<span id="mav2_extension_field"></span>
1615

1716
::: info
@@ -29,17 +28,18 @@ span.warning {
2928
color: red;
3029
}
3130
</style>
31+
3232
## MAVLink Include Files
3333

3434
- [common.xml](../messages/common.md)
3535

3636
## Summary
3737

38-
Type | Defined | Included
39-
--- | --- | ---
40-
[Messages](#messages) | 5 | 234
41-
[Enums](#enumerated-types) | 0 | 159
42-
[Commands](#mav_commands) | 168 | 0
38+
| Type | Defined | Included |
39+
| -------------------------- | ------- | -------- |
40+
| [Messages](#messages) | 5 | 234 |
41+
| [Enums](#enumerated-types) | 0 | 159 |
42+
| [Commands](#mav_commands) | 168 | 0 |
4343

4444
The following sections list all entities in the dialect (both included and defined in this file).
4545

@@ -49,66 +49,60 @@ The following sections list all entities in the dialect (both included and defin
4949

5050
Raw RC Data
5151

52-
Field Name | Type | Description
53-
--- | --- | ---
54-
rc_raw | `uint8_t[32]` |
55-
52+
| Field Name | Type | Description |
53+
| ---------- | ------------- | ----------- |
54+
| rc_raw | `uint8_t[32]` |
5655

5756
### HERELINK_VIDEO_STREAM_INFORMATION (50002) {#HERELINK_VIDEO_STREAM_INFORMATION}
5857

5958
Information about video stream
6059

61-
Field Name | Type | Units | Description
62-
--- | --- | --- | ---
63-
camera_id | `uint8_t` | | Video Stream ID (1 for first, 2 for second, etc.)
64-
status | `uint8_t` | | Number of streams available.
65-
framerate | `float` | Hz | Frame rate.
66-
resolution_h | `uint16_t` | pix | Horizontal resolution.
67-
resolution_v | `uint16_t` | pix | Vertical resolution.
68-
bitrate | `uint32_t` | bits/s | Bit rate.
69-
rotation | `uint16_t` | deg | Video image rotation clockwise.
70-
uri | `char[230]` | | Video stream URI (TCP or RTSP URI ground station should connect to) or port number (UDP port ground station should listen to).
71-
60+
| Field Name | Type | Units | Description |
61+
| ------------ | ----------- | ------ | ------------------------------------------------------------------------------------------------------------------------------ |
62+
| camera_id | `uint8_t` | | Video Stream ID (1 for first, 2 for second, etc.) |
63+
| status | `uint8_t` | | Number of streams available. |
64+
| framerate | `float` | Hz | Frame rate. |
65+
| resolution_h | `uint16_t` | pix | Horizontal resolution. |
66+
| resolution_v | `uint16_t` | pix | Vertical resolution. |
67+
| bitrate | `uint32_t` | bits/s | Bit rate. |
68+
| rotation | `uint16_t` | deg | Video image rotation clockwise. |
69+
| uri | `char[230]` | | Video stream URI (TCP or RTSP URI ground station should connect to) or port number (UDP port ground station should listen to). |
7270

7371
### HERELINK_TELEM (50003) {#HERELINK_TELEM}
7472

7573
Herelink Telemetry
7674

77-
Field Name | Type | Description
78-
--- | --- | ---
79-
rssi | `uint8_t` |
80-
snr | `int16_t` |
81-
rf_freq | `uint32_t` |
82-
link_bw | `uint32_t` |
83-
link_rate | `uint32_t` |
84-
cpu_temp | `int16_t` |
85-
board_temp | `int16_t` |
86-
75+
| Field Name | Type | Description |
76+
| ---------- | ---------- | ----------- |
77+
| rssi | `uint8_t` |
78+
| snr | `int16_t` |
79+
| rf_freq | `uint32_t` |
80+
| link_bw | `uint32_t` |
81+
| link_rate | `uint32_t` |
82+
| cpu_temp | `int16_t` |
83+
| board_temp | `int16_t` |
8784

8885
### CUBEPILOT_FIRMWARE_UPDATE_START (50004) {#CUBEPILOT_FIRMWARE_UPDATE_START}
8986

9087
Start firmware update with encapsulated data.
9188

92-
Field Name | Type | Units | Description
93-
--- | --- | --- | ---
94-
target_system | `uint8_t` | | System ID.
95-
target_component | `uint8_t` | | Component ID.
96-
size | `uint32_t` | bytes | FW Size.
97-
crc | `uint32_t` | | FW CRC.
98-
89+
| Field Name | Type | Units | Description |
90+
| ---------------- | ---------- | ----- | ------------- |
91+
| target_system | `uint8_t` | | System ID. |
92+
| target_component | `uint8_t` | | Component ID. |
93+
| size | `uint32_t` | bytes | FW Size. |
94+
| crc | `uint32_t` | | FW CRC. |
9995

10096
### CUBEPILOT_FIRMWARE_UPDATE_RESP (50005) {#CUBEPILOT_FIRMWARE_UPDATE_RESP}
10197

10298
offset response to encapsulated data.
10399

104-
Field Name | Type | Units | Description
105-
--- | --- | --- | ---
106-
target_system | `uint8_t` | | System ID.
107-
target_component | `uint8_t` | | Component ID.
108-
offset | `uint32_t` | bytes | FW Offset.
109-
100+
| Field Name | Type | Units | Description |
101+
| ---------------- | ---------- | ----- | ------------- |
102+
| target_system | `uint8_t` | | System ID. |
103+
| target_component | `uint8_t` | | Component ID. |
104+
| offset | `uint32_t` | bytes | FW Offset. |
110105

111106
## Enumerated Types
112107

113108
## Commands (MAV_CMD) {#mav_commands}
114-

0 commit comments

Comments
 (0)