AC_Autotune: Separate landing and terrain following.

This commit is contained in:
Leonard Hall 2021-08-31 13:48:26 +09:30 committed by Randy Mackay
parent d936fbeba6
commit baf58607fa
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ void AC_AutoTune::run()
}
// call position controller
pos_control->set_pos_target_z_from_climb_rate_cm(target_climb_rate_cms, false);
pos_control->set_pos_target_z_from_climb_rate_cm(target_climb_rate_cms);
pos_control->update_z_controller();
}