MAVLink messages update Wed Feb 12 21:17:54 UTC 2025

This commit is contained in:
PX4BuildBot
2025-02-12 21:17:54 +00:00
parent b6083bbb33
commit 05901a3fc5
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -2238,7 +2238,7 @@ windspeed | `uint8_t` | m/s*5 | | Windspeed
wind_heading | `uint8_t` | deg/2 | | Wind heading
eph | `uint8_t` | dm | | Maximum error horizontal position since last message
epv | `uint8_t` | dm | | Maximum error vertical position since last message
temperature_air | `int8_t` | degC | | Air temperature from airspeed sensor
temperature_air | `int8_t` | degC | | Air temperature
climb_rate | `int8_t` | dm/s | | Maximum climb rate magnitude since last message
battery | `int8_t` | % | invalid:-1 | Battery level (-1 if field not provided).
wp_num | `uint16_t` | | | Current waypoint number
+7 -7
View File
@@ -17,18 +17,18 @@ Dialects are not managed by this project!
The dialect definitions are:
- [matrixpilot.xml](matrixpilot.md)
- [csAirLink.xml](csAirLink.md)
- [uAvionix.xml](uAvionix.md)
- [paparazzi.xml](paparazzi.md)
- [loweheiser.xml](loweheiser.md)
- [ardupilotmega.xml](ardupilotmega.md)
- [icarous.xml](icarous.md)
- [storm32.xml](storm32.md)
- [csAirLink.xml](csAirLink.md)
- [ualberta.xml](ualberta.md)
- [ASLUAV.xml](ASLUAV.md)
- [AVSSUAS.xml](AVSSUAS.md)
- [storm32.xml](storm32.md)
- [icarous.xml](icarous.md)
- [uAvionix.xml](uAvionix.md)
- [ASLUAV.xml](ASLUAV.md)
- [cubepilot.xml](cubepilot.md)
- [matrixpilot.xml](matrixpilot.md)
- [loweheiser.xml](loweheiser.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).