mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 09:50:35 +08:00
Better comments in estimator
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user