mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 23:37:35 +08:00
EKF: Don't print navigation lost message on startup
This commit is contained in:
committed by
Lorenz Meier
parent
e3da71c89d
commit
83b765f707
+3
-1
@@ -1336,7 +1336,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");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user