EKF: Remove duplicated event recording

This commit is contained in:
Paul Riseborough
2021-03-02 19:51:59 +11:00
committed by Daniel Agar
parent 140ca3f48f
commit 9d51ab079a
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -78,7 +78,6 @@ void Ekf::controlFusionModes()
}
if (height_source){
_information_events.flags.ekf_tilt_aligned = true;
ECL_INFO("%llu: EKF aligned, (%s hgt, IMU buf: %i, OBS buf: %i)",
(unsigned long long)_imu_sample_delayed.time_us, height_source, (int)_imu_buffer_length, (int)_obs_buffer_length);
}