Skip to content

Commit a4f07bb

Browse files
committed
MAVLink messages update Wed Oct 29 23:13:23 UTC 2025
1 parent 76b004a commit a4f07bb

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-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 | 384
6464
[Enums](#enumerated-types) | 0 | 249
65-
[Commands](#mav_commands) | 222 | 0
65+
[Commands](#mav_commands) | 223 | 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: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Type | Defined | Included
3838
--- | --- | ---
3939
[Messages](#messages) | 12 | 231
4040
[Enums](#enumerated-types) | 13 | 152
41-
[Commands](#mav_commands) | 176 | 0
41+
[Commands](#mav_commands) | 177 | 0
4242

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

@@ -483,6 +483,23 @@ Param (Label) | Description | Units
483483
7 (Altitude/Z) | Center point altitude MSL/Z coordinate according to MAV_FRAME. If no MAV_FRAME specified, MAV_FRAME_GLOBAL is assumed.<br>INT32_MAX or NaN: Use current vehicle altitude. |
484484

485485

486+
### MAV_CMD_NAV_ARC_WAYPOINT (36) — [WIP] {#MAV_CMD_NAV_ARC_WAYPOINT}
487+
488+
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
489+
490+
Circular arc path waypoint.
491+
492+
This defines the end/exit point and angle (param1) of an arc path from the previous waypoint. A position is required before this command to define the start of the arc (e.g. current position, a [MAV_CMD_NAV_WAYPOINT](#MAV_CMD_NAV_WAYPOINT), or a [MAV_CMD_NAV_ARC_WAYPOINT](#MAV_CMD_NAV_ARC_WAYPOINT)).
493+
The resulting path is a circular arc in the NE frame, with the difference in height being defined by the difference in waypoint altitudes.
494+
495+
Param (Label) | Description | Values | Units
496+
--- | --- | --- | ---
497+
1 (Arc Angle) | The angle in degrees from the starting position to the exit position of the arc in the NE frame. Positive values are CW arcs and negative values are CCW arcs. | min: -359 max: 359 inc: 1 | deg
498+
5 (Latitude) | Latitude | |
499+
6 (Longitude) | Longitude | |
500+
7 (Altitude) | Altitude | | m
501+
502+
486503
### MAV_CMD_DO_UPGRADE (247) — [WIP] {#MAV_CMD_DO_UPGRADE}
487504

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

0 commit comments

Comments
 (0)