Browse Source

MPC - Increase max velocity integral gain to 3.0

sbg
bresch 7 years ago committed by Roman Bapst
parent
commit
d852ce20e6
  1. 2
      src/modules/mc_pos_control/mc_pos_control_params.c

2
src/modules/mc_pos_control/mc_pos_control_params.c

@ -217,7 +217,7 @@ PARAM_DEFINE_FLOAT(MPC_XY_VEL_P, 0.09f); @@ -217,7 +217,7 @@ PARAM_DEFINE_FLOAT(MPC_XY_VEL_P, 0.09f);
* Non-zero value allows to resist wind.
*
* @min 0.0
* @max 0.1
* @max 3.0
* @decimal 3
* @group Multicopter Position Control
*/

Loading…
Cancel
Save