Skip to content
Snippets Groups Projects
Commit 3c4141ff authored by Andreas Antener's avatar Andreas Antener Committed by Lorenz Meier
Browse files

increased time for less strict takeoff detection after arming

parent 44f13006
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment