Better comments in estimator

This commit is contained in:
Lorenz Meier
2014-06-27 13:29:04 +02:00
parent 7f41ec52f1
commit 615277d346
@@ -2390,6 +2390,8 @@ int AttPosEKF::CheckAndBound()
ret = 5;
}
// The excessive covariance detection already
// reset the filter. Just need to report here.
if (current_ekf_state.covariancesExcessive) {
FillErrorReport(&last_ekf_error);
current_ekf_state.covariancesExcessive = false;