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)
|
void Replay::write_ekf_logs(void)
|
||||||
{
|
{
|
||||||
if (!LogReader::in_list("EKF", nottypes)) {
|
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)) {
|
if (!LogReader::in_list("AHRS2", nottypes)) {
|
||||||
_vehicle.dataflash.Log_Write_AHRS2(_vehicle.ahrs);
|
_vehicle.dataflash.Log_Write_AHRS2(_vehicle.ahrs);
|
||||||
|
Loading…
Reference in New Issue
Block a user