mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
increased time for less strict takeoff detection after arming
This commit is contained in:
committed by
Lorenz Meier
parent
44f13006dd
commit
3c4141ff50
@@ -100,7 +100,7 @@ protected:
|
||||
static constexpr uint64_t LAND_DETECTOR_TRIGGER_TIME = 2000000; /**< usec that landing conditions have to hold
|
||||
before triggering a land */
|
||||
static constexpr uint64_t LAND_DETECTOR_ARM_PHASE_TIME =
|
||||
1000000; /**< time interval in which wider acceptance thresholds are used after arming */
|
||||
2000000; /**< time interval in which wider acceptance thresholds are used after arming */
|
||||
|
||||
protected:
|
||||
orb_advert_t _landDetectedPub; /**< publisher for position in local frame */
|
||||
|
||||
Reference in New Issue
Block a user