diff --git a/src/modules/ekf2/EKF/aid_sources/range_finder/sensor_range_finder.cpp b/src/modules/ekf2/EKF/aid_sources/range_finder/sensor_range_finder.cpp index 67197a4a61..ab1c747e01 100644 --- a/src/modules/ekf2/EKF/aid_sources/range_finder/sensor_range_finder.cpp +++ b/src/modules/ekf2/EKF/aid_sources/range_finder/sensor_range_finder.cpp @@ -83,10 +83,7 @@ void SensorRangeFinder::updateValidity(uint64_t current_time_us) } updateStuckCheck(); - - if (!_is_stuck) { - updateFogCheck(getDistBottom(), _sample.time_us); - } + updateFogCheck(getDistBottom(), _sample.time_us); if (!_is_stuck && !_is_blocked) { _is_sample_valid = true;