MPC - Increase max velocity integral gain to 3.0

This commit is contained in:
bresch 2018-10-03 18:04:30 +02:00 committed by Roman Bapst
parent 0863e95a2c
commit d852ce20e6

View File

@ -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
*/