mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 23:47:35 +08:00
landdetector: reduce maybe_landed trigger time to 1s
This commit is contained in:
committed by
Lorenz Meier
parent
f8e9f380d0
commit
97b5cc77b8
@@ -150,7 +150,7 @@ protected:
|
||||
static constexpr uint64_t LAND_DETECTOR_TRIGGER_TIME_US = 500000;
|
||||
|
||||
/** Time in us that almost landing conditions have to hold before triggering almost landed . */
|
||||
static constexpr uint64_t MAYBE_LAND_DETECTOR_TRIGGER_TIME_US = 1500000;
|
||||
static constexpr uint64_t MAYBE_LAND_DETECTOR_TRIGGER_TIME_US = 1000000;
|
||||
|
||||
/** Time in us that ground contact condition have to hold before triggering contact ground */
|
||||
static constexpr uint64_t GROUND_CONTACT_TRIGGER_TIME_US = 1000000;
|
||||
|
||||
Reference in New Issue
Block a user