mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-25 03:04:12 +08:00
* 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
9 lines
307 B
Plaintext
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
|