Skip to content

Commit

Permalink
AC_Autotune:change tuning fraction of FF tune
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsgeyer committed Jun 2, 2024
1 parent 042b916 commit e69b1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AC_AutoTune/AC_AutoTune_Heli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ void AC_AutoTune_Heli::set_gains_post_tune(AxisType test_axis)
// FF is adjusted until rate requested is achieved
void AC_AutoTune_Heli::updating_rate_ff_up(float &tune_ff, sweep_info &test_data, float &next_freq)
{
float tune_tgt = 0.8;
float tune_tgt = 0.95;
float tune_tol = 0.025;
next_freq = test_data.freq;
if (test_data.gain < tune_tgt - tune_tol || test_data.gain > tune_tgt + tune_tol) {
Expand Down

0 comments on commit e69b1db

Please sign in to comment.