mirror of https://github.com/ArduPilot/ardupilot
Tools: Replay: EKF logging moved to AHRS from logger
This commit is contained in:
parent
ce45baa034
commit
bb677756a0
|
@ -616,7 +616,7 @@ void Replay::set_signal_handlers(void)
|
||||||
void Replay::write_ekf_logs(void)
|
void Replay::write_ekf_logs(void)
|
||||||
{
|
{
|
||||||
if (!LogReader::in_list("EKF", nottypes)) {
|
if (!LogReader::in_list("EKF", nottypes)) {
|
||||||
_vehicle.logger.Write_EKF(_vehicle.ahrs);
|
_vehicle.ahrs.Log_Write();
|
||||||
}
|
}
|
||||||
if (!LogReader::in_list("AHRS2", nottypes)) {
|
if (!LogReader::in_list("AHRS2", nottypes)) {
|
||||||
_vehicle.logger.Write_AHRS2(_vehicle.ahrs);
|
_vehicle.logger.Write_AHRS2(_vehicle.ahrs);
|
||||||
|
|
Loading…
Reference in New Issue