mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 09:26:25 +08:00
preflight check airspeed use differential_pressure
This commit is contained in:
committed by
Lorenz Meier
parent
e303c2ad89
commit
b804616ad0
@@ -3,4 +3,3 @@ float32 true_airspeed_m_s # true filtered airspeed in meters per second, -1 if
|
||||
float32 true_airspeed_unfiltered_m_s # true airspeed in meters per second, -1 if unknown
|
||||
float32 air_temperature_celsius # air temperature in degrees celsius, -1000 if unknown
|
||||
float32 confidence # confidence value from 0 to 1 for this sensor
|
||||
float32 differential_pressure_filtered_pa # filtered differential pressure, can be negative
|
||||
|
||||
Reference in New Issue
Block a user