diff --git a/src/modules/ekf2/EKF/estimator_interface.cpp b/src/modules/ekf2/EKF/estimator_interface.cpp index 5cd78ebf35..a5a0f0f6ff 100644 --- a/src/modules/ekf2/EKF/estimator_interface.cpp +++ b/src/modules/ekf2/EKF/estimator_interface.cpp @@ -459,8 +459,6 @@ void EstimatorInterface::setSystemFlagData(const systemFlagUpdate &system_flags) } } - _system_flag_buffer->push(system_flags); - const int64_t time_us = system_flags.time_us - static_cast(_dt_ekf_avg * 5e5f); // seconds to microseconds divided by 2