Browse Source

Better comments in estimator

sbg
Lorenz Meier 11 years ago
parent
commit
615277d346
  1. 2
      src/modules/ekf_att_pos_estimator/estimator_23states.cpp

2
src/modules/ekf_att_pos_estimator/estimator_23states.cpp

@ -2390,6 +2390,8 @@ int AttPosEKF::CheckAndBound() @@ -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;

Loading…
Cancel
Save