mirror of
https://github.com/mavlink/mavlink-devguide.git
synced 2026-06-19 07:36:26 +00:00
MAVLink messages update Wed Jun 17 00:47:01 UTC 2026
This commit is contained in:
@@ -36,7 +36,7 @@ Type | Defined | Included
|
||||
--- | --- | ---
|
||||
[Messages](#messages) | 17 | 234
|
||||
[Enums](#enumerated-types) | 2 | 159
|
||||
[Commands](#mav_commands) | 170 | 0
|
||||
[Commands](#mav_commands) | 172 | 0
|
||||
|
||||
The following sections list all entities in the dialect (both included and defined in this file).
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ Type | Defined | Included
|
||||
--- | --- | ---
|
||||
[Messages](#messages) | 4 | 234
|
||||
[Enums](#enumerated-types) | 3 | 159
|
||||
[Commands](#mav_commands) | 175 | 0
|
||||
[Commands](#mav_commands) | 177 | 0
|
||||
|
||||
The following sections list all entities in the dialect (both included and defined in this file).
|
||||
|
||||
|
||||
@@ -2093,36 +2093,6 @@ Param (Label) | Description | Units
|
||||
7 | Empty |
|
||||
|
||||
|
||||
### MAV_CMD_GUIDED_CHANGE_SPEED (43000) {#MAV_CMD_GUIDED_CHANGE_SPEED}
|
||||
|
||||
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.)
|
||||
|
||||
Param (Label) | Description | Values | Units
|
||||
--- | --- | --- | ---
|
||||
1 (speed type) | Airspeed or groundspeed. | [SPEED_TYPE](#SPEED_TYPE) |
|
||||
2 (speed target) | Target Speed | | m/s
|
||||
3 (speed rate-of-change) | Acceleration rate, 0 to take effect instantly | | m/s/s
|
||||
4 | Empty | |
|
||||
5 | Empty | |
|
||||
6 | Empty | |
|
||||
7 | Empty | |
|
||||
|
||||
|
||||
### MAV_CMD_GUIDED_CHANGE_ALTITUDE (43001) {#MAV_CMD_GUIDED_CHANGE_ALTITUDE}
|
||||
|
||||
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.)
|
||||
|
||||
Param (Label) | Description | Values | Units
|
||||
--- | --- | --- | ---
|
||||
1 | Empty | |
|
||||
2 | Empty | |
|
||||
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
|
||||
4 | Empty | |
|
||||
5 | Empty | |
|
||||
6 | Empty | |
|
||||
7 (target alt) | Target Altitude | | m
|
||||
|
||||
|
||||
### MAV_CMD_SET_HAGL (43005) {#MAV_CMD_SET_HAGL}
|
||||
|
||||
Provide a value for height above ground level. This can be used for things like fixed wing and VTOL landing.
|
||||
|
||||
+22
-1
@@ -39,7 +39,7 @@ Type | Defined | Included
|
||||
--- | --- | ---
|
||||
[Messages](#messages) | 231 | 3
|
||||
[Enums](#enumerated-types) | 150 | 9
|
||||
[Commands](#mav_commands) | 168 | 0
|
||||
[Commands](#mav_commands) | 170 | 0
|
||||
|
||||
The following sections list all entities in the dialect (both included and defined in this file).
|
||||
|
||||
@@ -9091,6 +9091,27 @@ Param (Label) | Description | Values | Units
|
||||
7 | Empty. | |
|
||||
|
||||
|
||||
### MAV_CMD_GUIDED_CHANGE_SPEED (43000) {#MAV_CMD_GUIDED_CHANGE_SPEED}
|
||||
|
||||
Change flight speed at a given rate. This slews the vehicle at a controllable rate between it's previous speed and the new one.
|
||||
|
||||
Param (Label) | Description | Values | Units
|
||||
--- | --- | --- | ---
|
||||
1 (speed type) | Airspeed or groundspeed. | [SPEED_TYPE](#SPEED_TYPE) |
|
||||
2 (speed target) | Target Speed | | m/s
|
||||
3 (speed rate-of-change) | Acceleration rate, 0 to take effect instantly | | m/s/s
|
||||
|
||||
|
||||
### MAV_CMD_GUIDED_CHANGE_ALTITUDE (43001) {#MAV_CMD_GUIDED_CHANGE_ALTITUDE}
|
||||
|
||||
Change target altitude at a given rate. This slews the vehicle at a controllable rate between it's previous altitude and the new one.
|
||||
|
||||
Param (Label) | Description | Values | Units
|
||||
--- | --- | --- | ---
|
||||
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
|
||||
7 (target alt) | Target Altitude | | m
|
||||
|
||||
|
||||
### MAV_CMD_GUIDED_CHANGE_HEADING (43002) {#MAV_CMD_GUIDED_CHANGE_HEADING}
|
||||
|
||||
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.
|
||||
|
||||
@@ -39,7 +39,7 @@ Type | Defined | Included
|
||||
--- | --- | ---
|
||||
[Messages](#messages) | 5 | 234
|
||||
[Enums](#enumerated-types) | 0 | 159
|
||||
[Commands](#mav_commands) | 168 | 0
|
||||
[Commands](#mav_commands) | 170 | 0
|
||||
|
||||
The following sections list all entities in the dialect (both included and defined in this file).
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ Type | Defined | Included
|
||||
--- | --- | ---
|
||||
[Messages](#messages) | 14 | 234
|
||||
[Enums](#enumerated-types) | 15 | 159
|
||||
[Commands](#mav_commands) | 179 | 0
|
||||
[Commands](#mav_commands) | 181 | 0
|
||||
|
||||
The following sections list all entities in the dialect (both included and defined in this file).
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ Type | Defined | Included
|
||||
--- | --- | ---
|
||||
[Messages](#messages) | 5 | 234
|
||||
[Enums](#enumerated-types) | 6 | 159
|
||||
[Commands](#mav_commands) | 168 | 0
|
||||
[Commands](#mav_commands) | 170 | 0
|
||||
|
||||
The following sections list all entities in the dialect (both included and defined in this file).
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ Type | Defined | Included
|
||||
--- | --- | ---
|
||||
[Messages](#messages) | 5 | 234
|
||||
[Enums](#enumerated-types) | 0 | 159
|
||||
[Commands](#mav_commands) | 168 | 0
|
||||
[Commands](#mav_commands) | 170 | 0
|
||||
|
||||
The following sections list all entities in the dialect (both included and defined in this file).
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ Type | Defined | Included
|
||||
--- | --- | ---
|
||||
[Messages](#messages) | 8 | 234
|
||||
[Enums](#enumerated-types) | 0 | 159
|
||||
[Commands](#mav_commands) | 168 | 0
|
||||
[Commands](#mav_commands) | 170 | 0
|
||||
|
||||
The following sections list all entities in the dialect (both included and defined in this file).
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ Type | Defined | Included
|
||||
--- | --- | ---
|
||||
[Messages](#messages) | 2 | 234
|
||||
[Enums](#enumerated-types) | 1 | 159
|
||||
[Commands](#mav_commands) | 168 | 0
|
||||
[Commands](#mav_commands) | 170 | 0
|
||||
|
||||
The following sections list all entities in the dialect (both included and defined in this file).
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ Type | Defined | Included
|
||||
--- | --- | ---
|
||||
[Messages](#messages) | 8 | 234
|
||||
[Enums](#enumerated-types) | 13 | 159
|
||||
[Commands](#mav_commands) | 168 | 0
|
||||
[Commands](#mav_commands) | 170 | 0
|
||||
|
||||
The following sections list all entities in the dialect (both included and defined in this file).
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ Type | Defined | Included
|
||||
--- | --- | ---
|
||||
[Messages](#messages) | 3 | 234
|
||||
[Enums](#enumerated-types) | 3 | 159
|
||||
[Commands](#mav_commands) | 168 | 0
|
||||
[Commands](#mav_commands) | 170 | 0
|
||||
|
||||
The following sections list all entities in the dialect (both included and defined in this file).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user