Skip to content

Commit ef25584

Browse files
committed
MAVLink messages update Wed Jun 17 00:47:01 UTC 2026
1 parent 6e906e1 commit ef25584

12 files changed

Lines changed: 32 additions & 41 deletions

en/messages/ASLUAV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Type | Defined | Included
3636
--- | --- | ---
3737
[Messages](#messages) | 17 | 234
3838
[Enums](#enumerated-types) | 2 | 159
39-
[Commands](#mav_commands) | 170 | 0
39+
[Commands](#mav_commands) | 172 | 0
4040

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

en/messages/AVSSUAS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Type | Defined | Included
4040
--- | --- | ---
4141
[Messages](#messages) | 4 | 234
4242
[Enums](#enumerated-types) | 3 | 159
43-
[Commands](#mav_commands) | 175 | 0
43+
[Commands](#mav_commands) | 177 | 0
4444

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

en/messages/ardupilotmega.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,36 +2093,6 @@ Param (Label) | Description | Units
20932093
7 | Empty |
20942094

20952095

2096-
### MAV_CMD_GUIDED_CHANGE_SPEED (43000) {#MAV_CMD_GUIDED_CHANGE_SPEED}
2097-
2098-
Change flight speed at a given rate. This slews the vehicle at a controllable rate between it's previous speed and the new one. (affects GUIDED only. Outside GUIDED, aircraft ignores these commands. Designed for onboard companion-computer command-and-control, not normally operator/GCS control.)
2099-
2100-
Param (Label) | Description | Values | Units
2101-
--- | --- | --- | ---
2102-
1 (speed type) | Airspeed or groundspeed. | [SPEED_TYPE](#SPEED_TYPE) |
2103-
2 (speed target) | Target Speed | | m/s
2104-
3 (speed rate-of-change) | Acceleration rate, 0 to take effect instantly | | m/s/s
2105-
4 | Empty | |
2106-
5 | Empty | |
2107-
6 | Empty | |
2108-
7 | Empty | |
2109-
2110-
2111-
### MAV_CMD_GUIDED_CHANGE_ALTITUDE (43001) {#MAV_CMD_GUIDED_CHANGE_ALTITUDE}
2112-
2113-
Change target altitude at a given rate. This slews the vehicle at a controllable rate between it's previous altitude and the new one. (affects GUIDED only. Outside GUIDED, aircraft ignores these commands. Designed for onboard companion-computer command-and-control, not normally operator/GCS control.)
2114-
2115-
Param (Label) | Description | Values | Units
2116-
--- | --- | --- | ---
2117-
1 | Empty | |
2118-
2 | Empty | |
2119-
3 (alt rate-of-change) | Rate of change, toward new altitude. 0 for maximum rate change. Positive numbers only, as negative numbers will not converge on the new target alt. | min: 0 | m/s
2120-
4 | Empty | |
2121-
5 | Empty | |
2122-
6 | Empty | |
2123-
7 (target alt) | Target Altitude | | m
2124-
2125-
21262096
### MAV_CMD_SET_HAGL (43005) {#MAV_CMD_SET_HAGL}
21272097

21282098
Provide a value for height above ground level. This can be used for things like fixed wing and VTOL landing.

en/messages/common.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Type | Defined | Included
3939
--- | --- | ---
4040
[Messages](#messages) | 231 | 3
4141
[Enums](#enumerated-types) | 150 | 9
42-
[Commands](#mav_commands) | 168 | 0
42+
[Commands](#mav_commands) | 170 | 0
4343

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

@@ -9091,6 +9091,27 @@ Param (Label) | Description | Values | Units
90919091
7 | Empty. | |
90929092

90939093

9094+
### MAV_CMD_GUIDED_CHANGE_SPEED (43000) {#MAV_CMD_GUIDED_CHANGE_SPEED}
9095+
9096+
Change flight speed at a given rate. This slews the vehicle at a controllable rate between it's previous speed and the new one.
9097+
9098+
Param (Label) | Description | Values | Units
9099+
--- | --- | --- | ---
9100+
1 (speed type) | Airspeed or groundspeed. | [SPEED_TYPE](#SPEED_TYPE) |
9101+
2 (speed target) | Target Speed | | m/s
9102+
3 (speed rate-of-change) | Acceleration rate, 0 to take effect instantly | | m/s/s
9103+
9104+
9105+
### MAV_CMD_GUIDED_CHANGE_ALTITUDE (43001) {#MAV_CMD_GUIDED_CHANGE_ALTITUDE}
9106+
9107+
Change target altitude at a given rate. This slews the vehicle at a controllable rate between it's previous altitude and the new one.
9108+
9109+
Param (Label) | Description | Values | Units
9110+
--- | --- | --- | ---
9111+
3 (alt rate-of-change) | Rate of change, toward new altitude. 0 for maximum rate change. Positive numbers only, as negative numbers will not converge on the new target alt. | min: 0 | m/s
9112+
7 (target alt) | Target Altitude | | m
9113+
9114+
90949115
### MAV_CMD_GUIDED_CHANGE_HEADING (43002) {#MAV_CMD_GUIDED_CHANGE_HEADING}
90959116

90969117
Change to target direction at a given rate, overriding previous heading/s. This slews the vehicle at a controllable rate between its previous heading and the new one.

en/messages/cubepilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Type | Defined | Included
3939
--- | --- | ---
4040
[Messages](#messages) | 5 | 234
4141
[Enums](#enumerated-types) | 0 | 159
42-
[Commands](#mav_commands) | 168 | 0
42+
[Commands](#mav_commands) | 170 | 0
4343

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

en/messages/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Type | Defined | Included
3838
--- | --- | ---
3939
[Messages](#messages) | 14 | 234
4040
[Enums](#enumerated-types) | 15 | 159
41-
[Commands](#mav_commands) | 179 | 0
41+
[Commands](#mav_commands) | 181 | 0
4242

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

en/messages/marsh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Type | Defined | Included
3838
--- | --- | ---
3939
[Messages](#messages) | 5 | 234
4040
[Enums](#enumerated-types) | 6 | 159
41-
[Commands](#mav_commands) | 168 | 0
41+
[Commands](#mav_commands) | 170 | 0
4242

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

en/messages/paparazzi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Type | Defined | Included
3838
--- | --- | ---
3939
[Messages](#messages) | 5 | 234
4040
[Enums](#enumerated-types) | 0 | 159
41-
[Commands](#mav_commands) | 168 | 0
41+
[Commands](#mav_commands) | 170 | 0
4242

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

en/messages/python_array_test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Type | Defined | Included
3636
--- | --- | ---
3737
[Messages](#messages) | 8 | 234
3838
[Enums](#enumerated-types) | 0 | 159
39-
[Commands](#mav_commands) | 168 | 0
39+
[Commands](#mav_commands) | 170 | 0
4040

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

en/messages/stemstudios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Type | Defined | Included
3636
--- | --- | ---
3737
[Messages](#messages) | 2 | 234
3838
[Enums](#enumerated-types) | 1 | 159
39-
[Commands](#mav_commands) | 168 | 0
39+
[Commands](#mav_commands) | 170 | 0
4040

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

0 commit comments

Comments
 (0)