Skip to content

Commit 4b26f3c

Browse files
committed
MAVLink messages update Sat Oct 25 00:55:15 UTC 2025
1 parent e5f1e40 commit 4b26f3c

File tree

13 files changed

+48
-52
lines changed

13 files changed

+48
-52
lines changed

en/messages/ASLUAV.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ span.warning {
3434

3535
Type | Defined | Included
3636
--- | --- | ---
37-
[Messages](#messages) | 17 | 230
38-
[Enums](#enumerated-types) | 2 | 151
37+
[Messages](#messages) | 17 | 231
38+
[Enums](#enumerated-types) | 2 | 152
3939
[Commands](#mav_commands) | 167 | 0
4040

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

en/messages/AVSSUAS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ span.warning {
3838

3939
Type | Defined | Included
4040
--- | --- | ---
41-
[Messages](#messages) | 4 | 230
42-
[Enums](#enumerated-types) | 3 | 151
41+
[Messages](#messages) | 4 | 231
42+
[Enums](#enumerated-types) | 3 | 152
4343
[Commands](#mav_commands) | 172 | 0
4444

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

en/messages/ardupilotmega.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ span.warning {
4343

4444
Type | Defined | Included
4545
--- | --- | ---
46-
[Messages](#messages) | 73 | 248
47-
[Enums](#enumerated-types) | 46 | 167
46+
[Messages](#messages) | 73 | 249
47+
[Enums](#enumerated-types) | 46 | 168
4848
[Commands](#mav_commands) | 198 | 0
4949

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

en/messages/common.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ span.warning {
3737

3838
Type | Defined | Included
3939
--- | --- | ---
40-
[Messages](#messages) | 226 | 4
41-
[Enums](#enumerated-types) | 142 | 9
40+
[Messages](#messages) | 227 | 4
41+
[Enums](#enumerated-types) | 143 | 9
4242
[Commands](#mav_commands) | 165 | 0
4343

4444
The following sections list all entities in the dialect (both included and defined in this file).
@@ -3009,6 +3009,19 @@ voltage | `float[4]` | V | Voltage measured from each ESC.
30093009
current | `float[4]` | A | Current measured from each ESC.
30103010

30113011

3012+
### AIRSPEED (295) {#AIRSPEED}
3013+
3014+
Airspeed information from a sensor.
3015+
3016+
Field Name | Type | Units | Values | Description
3017+
--- | --- | --- | --- | ---
3018+
id | `uint8_t` | | | Sensor ID.<br>Messages with same value are from the same source (instance).
3019+
airspeed | `float` | m/s | | Calibrated airspeed (CAS).
3020+
temperature | `int16_t` | cdegC | invalid:INT16_MAX | Temperature.
3021+
raw_press | `float` | hPa | invalid:NaN | Raw differential pressure.
3022+
flags | `uint8_t` | | [AIRSPEED_SENSOR_FLAGS](#AIRSPEED_SENSOR_FLAGS) | Airspeed sensor flags.
3023+
3024+
30123025
### WIFI_CONFIG_AP (299) {#WIFI_CONFIG_AP}
30133026

30143027
Configure WiFi AP SSID, password, and mode. This message is re-emitted as an acknowledgement by the AP. The message may also be explicitly requested using [MAV_CMD_REQUEST_MESSAGE](#MAV_CMD_REQUEST_MESSAGE)
@@ -6104,6 +6117,15 @@ Value | Name | Description
61046117
<a id='COMPUTER_STATUS_FLAGS_THERMAL_THROTTLE'></a>4 | [COMPUTER_STATUS_FLAGS_THERMAL_THROTTLE](#COMPUTER_STATUS_FLAGS_THERMAL_THROTTLE) | Indicates if thermal throttling is active.
61056118
<a id='COMPUTER_STATUS_FLAGS_DISK_FULL'></a>8 | [COMPUTER_STATUS_FLAGS_DISK_FULL](#COMPUTER_STATUS_FLAGS_DISK_FULL) | Indicates if main disk is full.
61066119

6120+
### AIRSPEED_SENSOR_FLAGS {#AIRSPEED_SENSOR_FLAGS}
6121+
6122+
(Bitmask) Airspeed sensor flags
6123+
6124+
Value | Name | Description
6125+
--- | --- | ---
6126+
<a id='AIRSPEED_SENSOR_UNHEALTHY'></a>1 | [AIRSPEED_SENSOR_UNHEALTHY](#AIRSPEED_SENSOR_UNHEALTHY) | Airspeed sensor is unhealthy
6127+
<a id='AIRSPEED_SENSOR_USING'></a>2 | [AIRSPEED_SENSOR_USING](#AIRSPEED_SENSOR_USING) | True if the data from this sensor is being actively used by the flight controller for guidance, navigation or control.
6128+
61076129
### MAV_BOOL — \[from: [standard](../messages/standard.md#MAV_BOOL)\] {#MAV_BOOL}
61086130

61096131
(Bitmask) Enum used to indicate true or false (also: success or failure, enabled or disabled, active or inactive).

en/messages/cubepilot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ span.warning {
3737

3838
Type | Defined | Included
3939
--- | --- | ---
40-
[Messages](#messages) | 5 | 230
41-
[Enums](#enumerated-types) | 0 | 151
40+
[Messages](#messages) | 5 | 231
41+
[Enums](#enumerated-types) | 0 | 152
4242
[Commands](#mav_commands) | 165 | 0
4343

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

en/messages/development.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,14 @@ span.warning {
3636

3737
Type | Defined | Included
3838
--- | --- | ---
39-
[Messages](#messages) | 13 | 230
40-
[Enums](#enumerated-types) | 14 | 151
39+
[Messages](#messages) | 12 | 231
40+
[Enums](#enumerated-types) | 13 | 152
4141
[Commands](#mav_commands) | 176 | 0
4242

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

4545
## Messages
4646

47-
### AIRSPEED (295) — [WIP] {#AIRSPEED}
48-
49-
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
50-
51-
Airspeed information from a sensor.
52-
53-
Field Name | Type | Units | Values | Description
54-
--- | --- | --- | --- | ---
55-
id | `uint8_t` | | | Sensor ID.<br>Messages with same value are from the same source (instance).
56-
airspeed | `float` | m/s | | Calibrated airspeed (CAS).
57-
temperature | `int16_t` | cdegC | | Temperature. INT16_MAX for value unknown/not supplied.
58-
raw_press | `float` | hPa | | Raw differential pressure. NaN for value unknown/not supplied.
59-
flags | `uint8_t` | | [AIRSPEED_SENSOR_FLAGS](#AIRSPEED_SENSOR_FLAGS) | Airspeed sensor flags.
60-
61-
6247
### GLOBAL_POSITION (296) — [WIP] {#GLOBAL_POSITION}
6348

6449
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
@@ -286,17 +271,6 @@ flags | `uint8_t` | [GCS_CONTROL_STATUS_FLAGS](#GCS_CONTROL_STATUS_FLAGS) | Cont
286271

287272
## Enumerated Types
288273

289-
### AIRSPEED_SENSOR_FLAGS — [WIP] {#AIRSPEED_SENSOR_FLAGS}
290-
291-
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
292-
293-
(Bitmask) Airspeed sensor flags
294-
295-
Value | Name | Description
296-
--- | --- | ---
297-
<a id='AIRSPEED_SENSOR_UNHEALTHY'></a>1 | [AIRSPEED_SENSOR_UNHEALTHY](#AIRSPEED_SENSOR_UNHEALTHY) | Airspeed sensor is unhealthy
298-
<a id='AIRSPEED_SENSOR_USING'></a>2 | [AIRSPEED_SENSOR_USING](#AIRSPEED_SENSOR_USING) | True if the data from this sensor is being actively used by the flight controller for guidance, navigation or control.
299-
300274
### MAV_BATTERY_STATUS_FLAGS — [WIP] {#MAV_BATTERY_STATUS_FLAGS}
301275

302276
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>

en/messages/marsh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ span.warning {
3636

3737
Type | Defined | Included
3838
--- | --- | ---
39-
[Messages](#messages) | 5 | 230
40-
[Enums](#enumerated-types) | 6 | 151
39+
[Messages](#messages) | 5 | 231
40+
[Enums](#enumerated-types) | 6 | 152
4141
[Commands](#mav_commands) | 165 | 0
4242

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

en/messages/matrixpilot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ span.warning {
3434

3535
Type | Defined | Included
3636
--- | --- | ---
37-
[Messages](#messages) | 27 | 230
38-
[Enums](#enumerated-types) | 1 | 151
37+
[Messages](#messages) | 27 | 231
38+
[Enums](#enumerated-types) | 1 | 152
3939
[Commands](#mav_commands) | 166 | 0
4040

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

en/messages/paparazzi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ span.warning {
3636

3737
Type | Defined | Included
3838
--- | --- | ---
39-
[Messages](#messages) | 5 | 230
40-
[Enums](#enumerated-types) | 0 | 151
39+
[Messages](#messages) | 5 | 231
40+
[Enums](#enumerated-types) | 0 | 152
4141
[Commands](#mav_commands) | 165 | 0
4242

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

en/messages/python_array_test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ span.warning {
3434

3535
Type | Defined | Included
3636
--- | --- | ---
37-
[Messages](#messages) | 8 | 230
38-
[Enums](#enumerated-types) | 0 | 151
37+
[Messages](#messages) | 8 | 231
38+
[Enums](#enumerated-types) | 0 | 152
3939
[Commands](#mav_commands) | 165 | 0
4040

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

0 commit comments

Comments
 (0)