mirror of https://github.com/ArduPilot/ardupilot
Replay: remove call to EKF1 logging
This commit is contained in:
parent
277ec38adc
commit
d1f944d0c9
|
@ -624,7 +624,7 @@ void Replay::set_signal_handlers(void)
|
|||
void Replay::write_ekf_logs(void)
|
||||
{
|
||||
if (!LogReader::in_list("EKF", nottypes)) {
|
||||
_vehicle.dataflash.Log_Write_EKF(_vehicle.ahrs,false);
|
||||
_vehicle.dataflash.Log_Write_EKF2(_vehicle.ahrs,false);
|
||||
}
|
||||
if (!LogReader::in_list("AHRS2", nottypes)) {
|
||||
_vehicle.dataflash.Log_Write_AHRS2(_vehicle.ahrs);
|
||||
|
|
Loading…
Reference in New Issue