mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 18:10:35 +08:00
EKF: Remove duplicated event recording
This commit is contained in:
committed by
Daniel Agar
parent
140ca3f48f
commit
9d51ab079a
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user