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

MPC velocity controller: Reduce gain to stabilize control loop

parent f2cff929
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ PARAM_DEFINE_FLOAT(MPC_XY_P, 1.25f);
* @decimal 2
* @group Multicopter Position Control
*/
PARAM_DEFINE_FLOAT(MPC_XY_VEL_P, 0.08f);
PARAM_DEFINE_FLOAT(MPC_XY_VEL_P, 0.065f);
/**
* Integral gain for horizontal velocity error
......
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