mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Replay: integrate simpler Log_Write_EKF
This commit is contained in:
parent
813a8c8f99
commit
cd8661c665
@ -613,7 +613,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_EKF(_vehicle.ahrs);
|
||||
}
|
||||
if (!LogReader::in_list("AHRS2", nottypes)) {
|
||||
_vehicle.dataflash.Log_Write_AHRS2(_vehicle.ahrs);
|
||||
|
Loading…
Reference in New Issue
Block a user