mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 16:30:34 +08:00
921dc67824
The rotational speed threshold on fixed-wing vehicles is triggering easily if the plane is lifted prior to takeoff (hand-launch), and can cause issues for the auto takeoff state machine. Thus if either airspeed or groundspeed is valid, it's better to rely on these for land detection, and only use the rotational speed if they're invalid. Signed-off-by: Silvan <silvan@auterion.com>