mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 21:30:35 +08:00
80f0892de5
Before _was_landed was set to the same value as the current _land_detector.landed, thus outside of the update condition, _was_landed && !_land_detector.landed could never be true. This affects setting the home position, which is now set upon arming AND upon takeoff.