Improved EKF check feedback

This commit is contained in:
Lorenz Meier 2014-10-20 15:22:33 +02:00
parent 1ccb56de92
commit 3f4516810b
1 changed files with 2 additions and 2 deletions

View File

@ -597,12 +597,12 @@ FixedwingEstimator::check_filter_state()
const char* const feedback[] = { 0,
"NaN in states, resetting",
"stale IMU data, resetting",
"stale sensor data, resetting",
"got initial position lock",
"excessive gyro offsets",
"velocity diverted, check accel config",
"excessive covariances",
"unknown condition"};
"unknown condition, resetting"};
// Print out error condition
if (check) {