MAVLink messages update Tue Feb 17 22:59:14 UTC 2026

This commit is contained in:
PX4BuildBot
2026-02-17 22:59:14 +00:00
parent c6d54af144
commit ccfc0cf844
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -7845,7 +7845,7 @@ Param (Label) | Description | Values | Units
Request the home position from the vehicle.
The vehicle will ACK the command and then emit the [HOME_POSITION](#HOME_POSITION) message.
The vehicle will ACK the command and emit the [HOME_POSITION](#HOME_POSITION) message.
Param (Label) | Description
--- | ---
+9 -9
View File
@@ -17,20 +17,20 @@ Dialects are not managed by this project!
The dialect definitions are:
- [ASLUAV.xml](ASLUAV.md)
- [uAvionix.xml](uAvionix.md)
- [cubepilot.xml](cubepilot.md)
- [matrixpilot.xml](matrixpilot.md)
- [ualberta.xml](ualberta.md)
- [paparazzi.xml](paparazzi.md)
- [csAirLink.xml](csAirLink.md)
- [storm32.xml](storm32.md)
- [AVSSUAS.xml](AVSSUAS.md)
- [ardupilotmega.xml](ardupilotmega.md)
- [marsh.xml](marsh.md)
- [ualberta.xml](ualberta.md)
- [stemstudios.xml](stemstudios.md)
- [csAirLink.xml](csAirLink.md)
- [marsh.xml](marsh.md)
- [ardupilotmega.xml](ardupilotmega.md)
- [loweheiser.xml](loweheiser.md)
- [AVSSUAS.xml](AVSSUAS.md)
- [ASLUAV.xml](ASLUAV.md)
- [matrixpilot.xml](matrixpilot.md)
- [uAvionix.xml](uAvionix.md)
- [icarous.xml](icarous.md)
- [cubepilot.xml](cubepilot.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).