Skip to content

Commit 7ef0f32

Browse files
committed
MAVLink messages update Sat May 10 09:41:44 UTC 2025
1 parent 60f1ebb commit 7ef0f32

14 files changed

+32
-23
lines changed

en/messages/ASLUAV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ span.warning {
3535
Type | Defined | Included
3636
--- | --- | ---
3737
[Messages](#messages) | 17 | 229
38-
[Enums](#enumerated-types) | 2 | 146
38+
[Enums](#enumerated-types) | 2 | 147
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ span.warning {
3939
Type | Defined | Included
4040
--- | --- | ---
4141
[Messages](#messages) | 4 | 229
42-
[Enums](#enumerated-types) | 3 | 146
42+
[Enums](#enumerated-types) | 3 | 147
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/all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ span.warning {
6060
Type | Defined | Included
6161
--- | --- | ---
6262
[Messages](#messages) | 0 | 376
63-
[Enums](#enumerated-types) | 0 | 235
63+
[Enums](#enumerated-types) | 0 | 236
6464
[Commands](#mav_commands) | 219 | 0
6565

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

en/messages/ardupilotmega.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ span.warning {
4444
Type | Defined | Included
4545
--- | --- | ---
4646
[Messages](#messages) | 72 | 247
47-
[Enums](#enumerated-types) | 46 | 162
47+
[Enums](#enumerated-types) | 46 | 163
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: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ span.warning {
3838
Type | Defined | Included
3939
--- | --- | ---
4040
[Messages](#messages) | 227 | 2
41-
[Enums](#enumerated-types) | 140 | 6
41+
[Enums](#enumerated-types) | 141 | 6
4242
[Commands](#mav_commands) | 165 | 0
4343

4444
The following sections list all entities in the dialect (both included and defined in this file).
@@ -4522,6 +4522,15 @@ Value | Name | Description
45224522
<a id='MISSION_WRITE_PERSISTENT'></a>1 | [MISSION_WRITE_PERSISTENT](#MISSION_WRITE_PERSISTENT) | Write current mission data to persistent storage
45234523
<a id='MISSION_RESET_DEFAULT'></a>2 | [MISSION_RESET_DEFAULT](#MISSION_RESET_DEFAULT) | Erase all mission data stored on the vehicle (both persistent and volatile storage)
45244524

4525+
### REBOOT_SHUTDOWN_CONDITIONS {#REBOOT_SHUTDOWN_CONDITIONS}
4526+
4527+
Specifies the conditions under which the [MAV_CMD_PREFLIGHT_REBOOT_SHUTDOWN](#MAV_CMD_PREFLIGHT_REBOOT_SHUTDOWN) command should be accepted.
4528+
4529+
Value | Name | Description
4530+
--- | --- | ---
4531+
<a id='REBOOT_SHUTDOWN_CONDITIONS_SAFETY_INTERLOCKED'></a>0 | [REBOOT_SHUTDOWN_CONDITIONS_SAFETY_INTERLOCKED](#REBOOT_SHUTDOWN_CONDITIONS_SAFETY_INTERLOCKED) | Reboot/Shutdown only if allowed by safety checks, such as being landed.
4532+
<a id='REBOOT_SHUTDOWN_CONDITIONS_FORCE'></a>20190226 | [REBOOT_SHUTDOWN_CONDITIONS_FORCE](#REBOOT_SHUTDOWN_CONDITIONS_FORCE) | Force reboot/shutdown of the autopilot/component regardless of system state.
4533+
45254534
### MAV_DATA_STREAM — [DEP] {#MAV_DATA_STREAM}
45264535

45274536
<span class="warning">**DEPRECATED:** Replaced By [MESSAGE_INTERVAL](#MESSAGE_INTERVAL) (2015-06)</span>
@@ -7560,7 +7569,7 @@ Param (Label) | Description | Values
75607569
3 (Component action) | 0: Do nothing for component, 1: Reboot component, 2: Shutdown component, 3: Reboot component and keep it in the bootloader until upgraded | min: 0 max: 3 inc: 1
75617570
4 (Component ID) | MAVLink Component ID targeted in param3 (0 for all components). | min: 0 max: 255 inc: 1
75627571
5 | Reserved (set to 0) |
7563-
6 | Reserved (set to 0) |
7572+
6 (Conditions) | Conditions under which reboot/shutdown is allowed. | [REBOOT_SHUTDOWN_CONDITIONS](#REBOOT_SHUTDOWN_CONDITIONS)
75647573
7 | WIP: ID (e.g. camera ID -1 for all IDs) |
75657574

75667575

en/messages/cubepilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ span.warning {
3838
Type | Defined | Included
3939
--- | --- | ---
4040
[Messages](#messages) | 5 | 229
41-
[Enums](#enumerated-types) | 0 | 146
41+
[Enums](#enumerated-types) | 0 | 147
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ span.warning {
3737
Type | Defined | Included
3838
--- | --- | ---
3939
[Messages](#messages) | 12 | 229
40-
[Enums](#enumerated-types) | 11 | 146
40+
[Enums](#enumerated-types) | 11 | 147
4141
[Commands](#mav_commands) | 173 | 0
4242

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

en/messages/dialects.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ Dialects are not managed by this project!
1717

1818
The dialect definitions are:
1919

20-
- [ardupilotmega.xml](ardupilotmega.md)
21-
- [icarous.xml](icarous.md)
22-
- [csAirLink.xml](csAirLink.md)
23-
- [ualberta.xml](ualberta.md)
24-
- [ASLUAV.xml](ASLUAV.md)
25-
- [matrixpilot.xml](matrixpilot.md)
26-
- [paparazzi.xml](paparazzi.md)
2720
- [cubepilot.xml](cubepilot.md)
28-
- [uAvionix.xml](uAvionix.md)
29-
- [AVSSUAS.xml](AVSSUAS.md)
3021
- [loweheiser.xml](loweheiser.md)
22+
- [AVSSUAS.xml](AVSSUAS.md)
23+
- [ualberta.xml](ualberta.md)
24+
- [uAvionix.xml](uAvionix.md)
25+
- [matrixpilot.xml](matrixpilot.md)
26+
- [ASLUAV.xml](ASLUAV.md)
27+
- [icarous.xml](icarous.md)
3128
- [storm32.xml](storm32.md)
29+
- [paparazzi.xml](paparazzi.md)
30+
- [ardupilotmega.xml](ardupilotmega.md)
31+
- [csAirLink.xml](csAirLink.md)
3232

3333
Note that dialects may `include` [MAVLink-Standard Definitions](index.md) or other dialects.
3434
Up to 5 levels of XML file nesting are allowed - see `MAXIMUM_INCLUDE_FILE_NESTING` in [mavgen.py](https://github.com/ArduPilot/pymavlink/blob/master/generator/mavgen.py#L44).

en/messages/matrixpilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ span.warning {
3535
Type | Defined | Included
3636
--- | --- | ---
3737
[Messages](#messages) | 27 | 229
38-
[Enums](#enumerated-types) | 1 | 146
38+
[Enums](#enumerated-types) | 1 | 147
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ span.warning {
3737
Type | Defined | Included
3838
--- | --- | ---
3939
[Messages](#messages) | 5 | 229
40-
[Enums](#enumerated-types) | 0 | 146
40+
[Enums](#enumerated-types) | 0 | 147
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ span.warning {
3535
Type | Defined | Included
3636
--- | --- | ---
3737
[Messages](#messages) | 8 | 229
38-
[Enums](#enumerated-types) | 0 | 146
38+
[Enums](#enumerated-types) | 0 | 147
3939
[Commands](#mav_commands) | 165 | 0
4040

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

en/messages/storm32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ span.warning {
3939
Type | Defined | Included
4040
--- | --- | ---
4141
[Messages](#messages) | 12 | 319
42-
[Enums](#enumerated-types) | 8 | 208
42+
[Enums](#enumerated-types) | 8 | 209
4343
[Commands](#mav_commands) | 201 | 0
4444

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

en/messages/uAvionix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ span.warning {
3535
Type | Defined | Included
3636
--- | --- | ---
3737
[Messages](#messages) | 8 | 229
38-
[Enums](#enumerated-types) | 13 | 146
38+
[Enums](#enumerated-types) | 13 | 147
3939
[Commands](#mav_commands) | 165 | 0
4040

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

en/messages/ualberta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ span.warning {
3535
Type | Defined | Included
3636
--- | --- | ---
3737
[Messages](#messages) | 3 | 229
38-
[Enums](#enumerated-types) | 3 | 146
38+
[Enums](#enumerated-types) | 3 | 147
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)