mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Copter: AutoTune increase max aggressiveness
This commit is contained in:
parent
fe0d069eab
commit
0b4d9b80e7
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user