Skip to content

Commit 664d8da

Browse files
committed
MAVLink messages update Tue Apr 29 23:29:53 UTC 2025
1 parent a4cae49 commit 664d8da

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

en/messages/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ seq | `uint16_t` | Sequence
548548

549549
Message that announces the sequence number of the current target mission item (that the system will fly towards/execute when the mission is running).
550550
This message should be streamed all the time (nominally at 1Hz).
551-
This message should be emitted following a call to [MAV_CMD_DO_SET_MISSION_CURRENT](#MAV_CMD_DO_SET_MISSION_CURRENT) or [SET_MISSION_CURRENT](#SET_MISSION_CURRENT).
551+
This message should be emitted following a call to [MAV_CMD_DO_SET_MISSION_CURRENT](#MAV_CMD_DO_SET_MISSION_CURRENT) or [MISSION_SET_CURRENT](#MISSION_SET_CURRENT).
552552

553553
Field Name | Type | Values | Description
554554
--- | --- | --- | ---

en/messages/dialects.md

Lines changed: 5 additions & 5 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-
- [matrixpilot.xml](matrixpilot.md)
21-
- [loweheiser.xml](loweheiser.md)
2220
- [cubepilot.xml](cubepilot.md)
21+
- [loweheiser.xml](loweheiser.md)
2322
- [AVSSUAS.xml](AVSSUAS.md)
24-
- [paparazzi.xml](paparazzi.md)
2523
- [ualberta.xml](ualberta.md)
24+
- [uAvionix.xml](uAvionix.md)
25+
- [matrixpilot.xml](matrixpilot.md)
2626
- [ASLUAV.xml](ASLUAV.md)
27-
- [csAirLink.xml](csAirLink.md)
2827
- [icarous.xml](icarous.md)
2928
- [storm32.xml](storm32.md)
30-
- [uAvionix.xml](uAvionix.md)
29+
- [paparazzi.xml](paparazzi.md)
3130
- [ardupilotmega.xml](ardupilotmega.md)
31+
- [csAirLink.xml](csAirLink.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)