mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
This commit removes the additional airspeed check (airspeed for VTOLs in hover below LNDFW_AIRSPD_MAX), as it is not a required condition in the landed state (headwind blowing into the airspeed sensor won't stop once on the gruond). In FW mode the check would make more sense, but there the land detector is currently simply disabled. Signed-off-by: Silvan Fuhrer <silvan@auterion.com>