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

MC pos control: Drop default position controller gain

parent bcd5f98c
No related branches found
Tags v1.4.1
No related merge requests found
......@@ -246,7 +246,7 @@ PARAM_DEFINE_FLOAT(MPC_Z_FF, 0.5f);
* @decimal 2
* @group Multicopter Position Control
*/
PARAM_DEFINE_FLOAT(MPC_XY_P, 1.25f);
PARAM_DEFINE_FLOAT(MPC_XY_P, 0.95f);
/**
* Proportional 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