diff --git a/EKF/control.cpp b/EKF/control.cpp index 201e01aa59..9bccc99b2a 100644 --- a/EKF/control.cpp +++ b/EKF/control.cpp @@ -1323,7 +1323,9 @@ void Ekf::controlVelPosFusion() _last_known_posNE(1) = _state.pos(1); _state.vel.setZero(); _fuse_hpos_as_odom = false; - ECL_WARN("EKF stopping navigation"); + if (_time_last_fake_gps != 0) { + ECL_WARN("EKF stopping navigation"); + } }