mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
AC_AutoTune: privatize AHRS logging
This commit is contained in:
parent
a54736430d
commit
8ce5113c74
@ -666,7 +666,7 @@ void AC_AutoTune::control_attitude()
|
||||
|
||||
// log this iterations lean angle and rotation rate
|
||||
Log_Write_AutoTuneDetails(lean_angle, rotation_rate);
|
||||
AP::logger().Write_Rate(ahrs_view, *motors, *attitude_control, *pos_control);
|
||||
ahrs_view->Write_Rate(*motors, *attitude_control, *pos_control);
|
||||
log_pids();
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user