mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 00:40:34 +08:00
msg: AirspeedValidated - uorb topic to standard (#25579)
* AirspeedValidated - uorb topic to standard * Apply suggestions from code review * Update msg/versioned/AirspeedValidated.msg * Fix up links to renamed uORB constants --------- Co-authored-by: PX4BuildBot <bot@pixhawk.org>
This commit is contained in:
@@ -166,7 +166,7 @@ FixedWingModeManager::airspeed_poll()
|
||||
|
||||
// do not use synthetic airspeed as it's for the use here not reliable enough
|
||||
if (PX4_ISFINITE(airspeed_validated.calibrated_airspeed_m_s)
|
||||
&& airspeed_validated.airspeed_source != airspeed_validated_s::SYNTHETIC) {
|
||||
&& airspeed_validated.airspeed_source != airspeed_validated_s::SOURCE_SYNTHETIC) {
|
||||
|
||||
_airspeed_eas = airspeed_validated.calibrated_airspeed_m_s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user