mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
AC_AutoTune: Write_Rate() moved to AC_AttitudeControl
This commit is contained in:
parent
4f4e822d88
commit
c7b0dfc915
@ -443,7 +443,7 @@ void AC_AutoTune::control_attitude()
|
|||||||
#if HAL_LOGGING_ENABLED
|
#if HAL_LOGGING_ENABLED
|
||||||
// log this iterations lean angle and rotation rate
|
// log this iterations lean angle and rotation rate
|
||||||
Log_AutoTuneDetails();
|
Log_AutoTuneDetails();
|
||||||
ahrs_view->Write_Rate(*motors, *attitude_control, *pos_control);
|
attitude_control->Write_Rate(*pos_control);
|
||||||
log_pids();
|
log_pids();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user