Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistency check for the quaternionEKF module #25

Open
9 tasks done
jeljaik opened this issue May 22, 2015 · 0 comments
Open
9 tasks done

Consistency check for the quaternionEKF module #25

jeljaik opened this issue May 22, 2015 · 0 comments

Comments

@jeljaik
Copy link
Owner

jeljaik commented May 22, 2015

The module as of today is fully written and should be "functional". This doesn't mean that the estimate is correct. This issue has been created simply to analyze in an organized way the filtering process in this module. Up next, the different stages by which it is composed

  • Correct initialization
  • All the filter parameters are passed and set correctly to their initial values in the corresponding configuration file.
  • Initial gaussian system noise uncertainty (mean and covariance) makes sense.
  • Initial gaussian measurement noise uncertainty (mean and covariance) makes sense.
  • Priors make sense (mu and covariance)
  • Online Estimation
  • Convert read angular velocity to rad/s
  • nonLinearAnalyticConditionalGaussian::ExpectedValueGet() should return the state prior prediction.
  • nonLinearAnalyticConditionalGaussian::dfGet() should return the transition matrix.
  • nonLinearMeasurementGaussianPdf::ExpectedValueGet()` should return the acceleration model output.
  • nonLinearMeasurementGaussianPdf::dfGet() should return the jacobian evaluated at the current estimate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant