Skip to content
Snippets Groups Projects
Commit 1e973033 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Set climbout altitude to 10 meters by default

parent 7fd6d2dc
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ PARAM_DEFINE_FLOAT(FW_THR_LND_MAX, 1.0f);
* @max 150.0
* @group L1 Control
*/
PARAM_DEFINE_FLOAT(FW_CLMBOUT_DIFF, 25.0f);
PARAM_DEFINE_FLOAT(FW_CLMBOUT_DIFF, 10.0f);
/**
* Maximum climb rate
......
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