mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 08:50:34 +08:00
d532bc9555
the _landed flag only is not enough to tell if the drone is still touching the ground, so an additional check based on the altitude AGL is required. to have this in_air detection correctly updated, the module needs to be scheduled on the vehicle_local_position message as no setpoint is produced in non-assisted modes.