mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 18:38:28 -04:00
AC_Autotune: Separate landing and terrain following.
This commit is contained in:
parent
fd51fd9a45
commit
2441f88072
@ -409,7 +409,7 @@ void AC_AutoTune::run()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// call position controller
|
// 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();
|
pos_control->update_z_controller();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user