mirror of https://github.com/ArduPilot/ardupilot
Tracker: EKF logging moved into EKF from logger
This commit is contained in:
parent
ca03c5b2a9
commit
befc150d0e
|
@ -11,7 +11,7 @@ void Tracker::Log_Write_Attitude()
|
|||
targets.y = nav_status.pitch * 100.0f;
|
||||
targets.z = wrap_360_cd(nav_status.bearing * 100.0f);
|
||||
logger.Write_Attitude(ahrs, targets);
|
||||
logger.Write_EKF(ahrs);
|
||||
AP::ahrs_navekf().Log_Write();
|
||||
logger.Write_AHRS2(ahrs);
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
sitl.Log_Write_SIMSTATE();
|
||||
|
|
Loading…
Reference in New Issue