Skip to content

Commit 052803a

Browse files
committedMay 7, 2025
MAVLink messages update Wed May 7 12:40:56 UTC 2025
1 parent 74fbe91 commit 052803a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎en/messages/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7059,7 +7059,7 @@ Param (Label) | Description | Values | Units
70597059
1 (Speed) | Ground speed, less than 0 (-1) for default | min: -1 | m/s
70607060
2 (Bitmask) | Bitmask of option flags. | [MAV_DO_REPOSITION_FLAGS](#MAV_DO_REPOSITION_FLAGS) |
70617061
3 (Radius) | Loiter radius for planes. Positive values only, direction is controlled by Yaw value. A value of zero or NaN is ignored. | | m
7062-
4 (Yaw) | Yaw heading. NaN to use the current system yaw heading mode (e.g. yaw towards next waypoint, yaw to home, etc.). For planes indicates loiter direction (0: clockwise, 1: counter clockwise) | | deg
7062+
4 (Yaw) | Yaw heading. NaN to use the current system yaw heading mode (e.g. yaw towards next waypoint, yaw to home, etc.). For planes indicates loiter direction (0: clockwise, 1: counter clockwise) | | rad
70637063
5 (Latitude) | Latitude | |
70647064
6 (Longitude) | Longitude | |
70657065
7 (Altitude) | Altitude | | m

‎en/messages/dialects.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ Dialects are not managed by this project!
1717

1818
The dialect definitions are:
1919

20-
- [cubepilot.xml](cubepilot.md)
21-
- [loweheiser.xml](loweheiser.md)
22-
- [AVSSUAS.xml](AVSSUAS.md)
20+
- [ardupilotmega.xml](ardupilotmega.md)
21+
- [icarous.xml](icarous.md)
22+
- [csAirLink.xml](csAirLink.md)
2323
- [ualberta.xml](ualberta.md)
24-
- [uAvionix.xml](uAvionix.md)
25-
- [matrixpilot.xml](matrixpilot.md)
2624
- [ASLUAV.xml](ASLUAV.md)
27-
- [icarous.xml](icarous.md)
28-
- [storm32.xml](storm32.md)
25+
- [matrixpilot.xml](matrixpilot.md)
2926
- [paparazzi.xml](paparazzi.md)
30-
- [ardupilotmega.xml](ardupilotmega.md)
31-
- [csAirLink.xml](csAirLink.md)
27+
- [cubepilot.xml](cubepilot.md)
28+
- [uAvionix.xml](uAvionix.md)
29+
- [AVSSUAS.xml](AVSSUAS.md)
30+
- [loweheiser.xml](loweheiser.md)
31+
- [storm32.xml](storm32.md)
3232

3333
Note that dialects may `include` [MAVLink-Standard Definitions](index.md) or other dialects.
3434
Up to 5 levels of XML file nesting are allowed - see `MAXIMUM_INCLUDE_FILE_NESTING` in [mavgen.py](https://github.com/ArduPilot/pymavlink/blob/master/generator/mavgen.py#L44).

0 commit comments

Comments
 (0)
Failed to load comments.