Copter: AutoTune increase max aggressiveness

This commit is contained in:
Leonard Hall 2015-06-18 21:19:44 +09:00 committed by Randy Mackay
parent fe0d069eab
commit 0b4d9b80e7

View File

@ -749,7 +749,7 @@ void Copter::autotune_backup_gains_and_initialise()
autotune_desired_yaw = ahrs.yaw_sensor;
g.autotune_aggressiveness = constrain_float(g.autotune_aggressiveness, 0.05f, 0.1f);
g.autotune_aggressiveness = constrain_float(g.autotune_aggressiveness, 0.05f, 0.2f);
orig_bf_feedforward = attitude_control.get_bf_feedforward();