mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 09:26:25 +08:00
sensors: move differential pressure aggregation to sensors/airspeed WorkItem
This commit is contained in:
@@ -183,7 +183,6 @@ float calc_IAS(float differential_pressure)
|
||||
} else {
|
||||
return -sqrtf((2.0f * fabsf(differential_pressure)) / CONSTANTS_AIR_DENSITY_SEA_LEVEL_15C);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
float calc_TAS_from_CAS(float speed_calibrated, float pressure_ambient, float temperature_celsius)
|
||||
|
||||
Reference in New Issue
Block a user