increased time for less strict takeoff detection after arming

This commit is contained in:
Andreas Antener
2015-12-18 09:15:09 +01:00
committed by Lorenz Meier
parent 44f13006dd
commit 3c4141ff50
+1 -1
View File
@@ -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 */