mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 20:00:35 +08:00
aa6f9280e1
If arming and already !landed, _have_taken_off_since_arming will not be set and thus auto-disarm after 10s will be triggered (with default config). This can only happen due to quick state changes, as land detector generally sets landed=true if !armed.