Skip to content
Snippets Groups Projects
Commit 304e00f1 authored by Dennis Mannhart's avatar Dennis Mannhart Committed by Daniel Agar
Browse files

ALTITUDE_THRESHOLD lower to 0.3 meters

parent 511563d4
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,8 @@ private:
static constexpr int NUM_FAILURE_TRIES = 10;
/**< If Flighttask fails, keep 0.2 seconds the current setpoint before going into failsafe land */
static constexpr uint64_t LOITER_TIME_BEFORE_DESCEND = 200000;
/**< During smooth-takeoff, below ALTITUDE_THRESHOLD the yaw-control is turned off ant tilt is limited */
static constexpr float ALTITUDE_THRESHOLD = 0.3f;
/**
* Hysteresis that turns true once vehicle is armed for MPC_IDLE_TKO seconds.
......
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