Files
PX4-Autopilot/msg/Airspeed.msg
Marco Hauswirth d2cbe10243 Clean up temperature msg fields (#24272)
* remove temp field from airspeed.msg, adjust temp selection

* temp-sensor hirarchy: airspeed, ext. baro, default value

* directly use diff-press or baro temp in true-airspeed  calc

* improve clarity

* add enum for temperature source in VehicleAirData.msg
2025-02-18 13:23:10 +01:00

9 lines
307 B
Plaintext

uint64 timestamp # time since system start (microseconds)
uint64 timestamp_sample
float32 indicated_airspeed_m_s # indicated airspeed in m/s
float32 true_airspeed_m_s # true filtered airspeed in m/s
float32 confidence # confidence value from 0 to 1 for this sensor