EKF: upgrade some events from into to warning status

This commit is contained in:
Paul Riseborough
2021-02-21 21:12:58 +11:00
committed by Daniel Agar
parent cb8367026c
commit 90a445ddbc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ void Ekf::controlExternalVisionFusion()
// Turn off EV fusion mode if no data has been received // Turn off EV fusion mode if no data has been received
stopEvFusion(); stopEvFusion();
ECL_INFO_TIMESTAMPED("vision data stopped"); ECL_WARN_TIMESTAMPED("vision data stopped");
} }
} }
+1 -1
View File
@@ -1611,7 +1611,7 @@ bool Ekf::resetYawToEKFGSF()
// stop using the magnetometer in the main EKF otherwise it's fusion could drag the yaw around // stop using the magnetometer in the main EKF otherwise it's fusion could drag the yaw around
// and cause another navigation failure // and cause another navigation failure
_control_status.flags.mag_fault = true; _control_status.flags.mag_fault = true;
ECL_INFO_TIMESTAMPED("Emergency yaw reset - mag use stopped"); ECL_WARN_TIMESTAMPED("Emergency yaw reset - mag use stopped");
} }
return true; return true;