Skip to content

Commit d870ae8

Browse files
committed
MAVLink messages update Wed Mar 18 04:50:58 UTC 2026
1 parent 746d6e3 commit d870ae8

15 files changed

Lines changed: 32 additions & 24 deletions

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 | 234
38-
[Enums](#enumerated-types) | 2 | 157
38+
[Enums](#enumerated-types) | 2 | 158
3939
[Commands](#mav_commands) | 168 | 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 | 234
42-
[Enums](#enumerated-types) | 3 | 157
42+
[Enums](#enumerated-types) | 3 | 158
4343
[Commands](#mav_commands) | 173 | 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
@@ -62,7 +62,7 @@ span.warning {
6262
Type | Defined | Included
6363
--- | --- | ---
6464
[Messages](#messages) | 0 | 389
65-
[Enums](#enumerated-types) | 0 | 254
65+
[Enums](#enumerated-types) | 0 | 255
6666
[Commands](#mav_commands) | 223 | 0
6767

6868
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) | 73 | 252
47-
[Enums](#enumerated-types) | 46 | 173
47+
[Enums](#enumerated-types) | 46 | 174
4848
[Commands](#mav_commands) | 199 | 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: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ span.warning {
3838
Type | Defined | Included
3939
--- | --- | ---
4040
[Messages](#messages) | 231 | 3
41-
[Enums](#enumerated-types) | 148 | 9
41+
[Enums](#enumerated-types) | 149 | 9
4242
[Commands](#mav_commands) | 166 | 0
4343

4444
The following sections list all entities in the dialect (both included and defined in this file).
@@ -4623,6 +4623,14 @@ Value | Name | Description
46234623
<a id='PREFLIGHT_CALIBRATION_ACCELEROMETER_SIMPLE'></a>4 | [PREFLIGHT_CALIBRATION_ACCELEROMETER_SIMPLE](#PREFLIGHT_CALIBRATION_ACCELEROMETER_SIMPLE) | Simple accelerometer calibration.
46244624
<a id='PREFLIGHT_CALIBRATION_ACCELEROMETER_FORCE_SAVE'></a>76 | [PREFLIGHT_CALIBRATION_ACCELEROMETER_FORCE_SAVE](#PREFLIGHT_CALIBRATION_ACCELEROMETER_FORCE_SAVE) | Force-accept the existing accelerometer calibration as valid without re-running it. Useful after a parameter reload that cleared calibration validity flags.
46254625

4626+
### NAV_TAKEOFF_FLAGS {#NAV_TAKEOFF_FLAGS}
4627+
4628+
(Bitmask)
4629+
4630+
Value | Name | Description
4631+
--- | --- | ---
4632+
<a id='NAV_TAKEOFF_FLAGS_HORIZONTAL_POSITION_NOT_REQUIRED'></a>1 | [NAV_TAKEOFF_FLAGS_HORIZONTAL_POSITION_NOT_REQUIRED](#NAV_TAKEOFF_FLAGS_HORIZONTAL_POSITION_NOT_REQUIRED) | Accept the command even if the autopilot does not have control over its horizontal position (note that it might not have altitude control either).
4633+
46264634
### MAV_DATA_STREAM {#MAV_DATA_STREAM}
46274635

46284636
A data stream is not a fixed set of messages, but rather a
@@ -6641,15 +6649,15 @@ Param (Label) | Description | Values | Units
66416649

66426650
Takeoff from ground / hand. Vehicles that support multiple takeoff modes (e.g. VTOL quadplane) should take off using the currently configured mode.
66436651

6644-
Param (Label) | Description | Units
6645-
--- | --- | ---
6646-
1 (Pitch) | Minimum pitch (if airspeed sensor present), desired pitch without sensor | deg
6647-
2 | Empty |
6648-
3 | Empty |
6649-
4 (Yaw) | Yaw angle (if magnetometer present), ignored without magnetometer. NaN to use the current system yaw heading mode (e.g. yaw towards next waypoint, yaw to home, etc.). | deg
6650-
5 (Latitude) | Latitude |
6651-
6 (Longitude) | Longitude |
6652-
7 (Altitude) | Altitude | m
6652+
Param (Label) | Description | Values | Units
6653+
--- | --- | --- | ---
6654+
1 (Pitch) | Minimum pitch (if airspeed sensor present), desired pitch without sensor | | deg
6655+
2 | Empty | |
6656+
3 (Flags) | Bitmask of options flags. | [NAV_TAKEOFF_FLAGS](#NAV_TAKEOFF_FLAGS) |
6657+
4 (Yaw) | Yaw angle (if magnetometer present), ignored without magnetometer. NaN to use the current system yaw heading mode (e.g. yaw towards next waypoint, yaw to home, etc.). | | deg
6658+
5 (Latitude) | Latitude | |
6659+
6 (Longitude) | Longitude | |
6660+
7 (Altitude) | Altitude | | m
66536661

66546662

66556663
### MAV_CMD_NAV_LAND_LOCAL (23) {#MAV_CMD_NAV_LAND_LOCAL}

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 | 234
41-
[Enums](#enumerated-types) | 0 | 157
41+
[Enums](#enumerated-types) | 0 | 158
4242
[Commands](#mav_commands) | 166 | 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 | 234
40-
[Enums](#enumerated-types) | 12 | 157
40+
[Enums](#enumerated-types) | 12 | 158
4141
[Commands](#mav_commands) | 177 | 0
4242

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

en/messages/marsh.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 | 234
40-
[Enums](#enumerated-types) | 6 | 157
40+
[Enums](#enumerated-types) | 6 | 158
4141
[Commands](#mav_commands) | 166 | 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: 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 | 234
38-
[Enums](#enumerated-types) | 1 | 157
38+
[Enums](#enumerated-types) | 1 | 158
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/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 | 234
40-
[Enums](#enumerated-types) | 0 | 157
40+
[Enums](#enumerated-types) | 0 | 158
4141
[Commands](#mav_commands) | 166 | 0
4242

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

0 commit comments

Comments
 (0)