mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 22:18:29 -04:00
Replay: integrate simpler Log_Write_EKF
This commit is contained in:
parent
659aa0ce59
commit
bcb136100c
@ -614,7 +614,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