diff --git a/src/modules/land_detector/LandDetector.h b/src/modules/land_detector/LandDetector.h index b86e431150..4b418f6523 100644 --- a/src/modules/land_detector/LandDetector.h +++ b/src/modules/land_detector/LandDetector.h @@ -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 */