From a3398abaeb994d73c2aeb69fae601ef3fa5235d5 Mon Sep 17 00:00:00 2001 From: PX4BuildBot Date: Wed, 27 May 2026 04:15:01 +0000 Subject: [PATCH] MAVLink messages update Wed May 27 04:15:01 UTC 2026 --- en/messages/development.md | 1 - en/messages/dialects.md | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/en/messages/development.md b/en/messages/development.md index 176bcc3d..97a5f5da 100644 --- a/en/messages/development.md +++ b/en/messages/development.md @@ -672,7 +672,6 @@ Param (Label) | Description | Values 3 | | 4 | Empty | 5 | Empty | -5 | Empty | 6 | Empty | 7 | Empty | diff --git a/en/messages/dialects.md b/en/messages/dialects.md index ec10b0ab..64ad9c7d 100644 --- a/en/messages/dialects.md +++ b/en/messages/dialects.md @@ -17,20 +17,20 @@ Dialects are not managed by this project! The dialect definitions are: -- [icarous.xml](icarous.md) -- [matrixpilot.xml](matrixpilot.md) -- [ASLUAV.xml](ASLUAV.md) -- [storm32.xml](storm32.md) -- [paparazzi.xml](paparazzi.md) -- [loweheiser.xml](loweheiser.md) -- [AVSSUAS.xml](AVSSUAS.md) - [csAirLink.xml](csAirLink.md) +- [loweheiser.xml](loweheiser.md) - [cubepilot.xml](cubepilot.md) -- [stemstudios.xml](stemstudios.md) -- [ualberta.xml](ualberta.md) -- [uAvionix.xml](uAvionix.md) +- [ASLUAV.xml](ASLUAV.md) - [ardupilotmega.xml](ardupilotmega.md) +- [matrixpilot.xml](matrixpilot.md) - [marsh.xml](marsh.md) +- [uAvionix.xml](uAvionix.md) +- [AVSSUAS.xml](AVSSUAS.md) +- [storm32.xml](storm32.md) +- [ualberta.xml](ualberta.md) +- [paparazzi.xml](paparazzi.md) +- [icarous.xml](icarous.md) +- [stemstudios.xml](stemstudios.md) Note that dialects may `include` [MAVLink-Standard Definitions](index.md) or other dialects. 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).