mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-27 09:33:51 +08:00
6 lines
417 B
Plaintext
6 lines
417 B
Plaintext
uint64 error_count # Number of errors detected by driver
|
|
float32 differential_pressure_raw_pa # Raw differential pressure reading (may be negative)
|
|
float32 differential_pressure_filtered_pa # Low pass filtered differential pressure reading
|
|
float32 temperature # Temperature provided by sensor, -1000.0f if unknown
|
|
uint32 device_id # unique device ID for the sensor that does not change between power cycles
|