mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 06:40:34 +08:00
3cd1e0ce19
Before: in_ground_effect was always true with the default settings (LNDMC_ALT_GND =-1) and when a distance sensor was present with valid data. Now: default of LNDMC_ALT_GND is set to 2m by default, and if set to a negative value then in_ground_effect is never set to true Signed-off-by: Silvan Fuhrer <silvan@auterion.com>