Skip to content

Commit 23f3269

Browse files
committed
MAVLink messages update Fri Aug 22 18:31:25 UTC 2025
1 parent 8aba677 commit 23f3269

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

en/messages/all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Type | Defined | Included
6262
--- | --- | ---
6363
[Messages](#messages) | 0 | 382
6464
[Enums](#enumerated-types) | 0 | 247
65-
[Commands](#mav_commands) | 221 | 0
65+
[Commands](#mav_commands) | 222 | 0
6666

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

en/messages/development.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Type | Defined | Included
3838
--- | --- | ---
3939
[Messages](#messages) | 13 | 229
4040
[Enums](#enumerated-types) | 14 | 149
41-
[Commands](#mav_commands) | 175 | 0
41+
[Commands](#mav_commands) | 176 | 0
4242

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

@@ -584,6 +584,25 @@ Param (Label) | Description | Units
584584
7 (Altitude) | Altitude | m
585585

586586

587+
### MAV_CMD_EXTERNAL_ATTITUDE_ESTIMATE (620) — [WIP] {#MAV_CMD_EXTERNAL_ATTITUDE_ESTIMATE}
588+
589+
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
590+
591+
Set an external estimate of vehicle attitude.
592+
593+
This might be used to provide an initial attitude (especially heading) estimate to the estimator (EKF). Angles are defined in a 3-2-1 (yaw-pitch-roll) intrinsic Tait-Bryan sequence.
594+
595+
Param (Label) | Description | Values | Units
596+
--- | --- | --- | ---
597+
1 (Roll) | Roll angle. Set to NaN if unknown. | min: 0 max: 360 | deg
598+
2 (Pitch) | Pitch angle. Set to NaN if unknown. | min: 0 max: 360 | deg
599+
3 (Yaw) | Yaw/heading (relative to true north) angle. Set to NaN if unknown. | min: 0 max: 360 | deg
600+
4 (Tilt accuracy) | Estimated 1 sigma accuracy of roll and pitch angles. Set to NaN if unknown. | | deg
601+
5 | Empty | |
602+
6 | Empty | |
603+
7 (Yaw accuracy) | Estimated 1 sigma accuracy of yaw angle. Set to NaN if unknown. | | deg
604+
605+
587606
### MAV_CMD_CAMERA_START_MTI (2020) — [WIP] {#MAV_CMD_CAMERA_START_MTI}
588607

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

0 commit comments

Comments
 (0)