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

Unit tests for dynamics jacobians #56

Open
stephanietsuei opened this issue Apr 21, 2022 · 2 comments
Open

Unit tests for dynamics jacobians #56

stephanietsuei opened this issue Apr 21, 2022 · 2 comments
Labels
wontfix This will not be worked on

Comments

@stephanietsuei
Copy link
Collaborator

Write unit tests for dynamics jacobians that compare analytical values to first-order numerical approximations with a small step size. (Similar unit tests have been implemented in src/tests/unittest_jacobians_instate.cpp for the measurement update.)

If the unit tests fail, then fix the dynamics jacobians.

@stephanietsuei
Copy link
Collaborator Author

Jacobians are coded (correctly, I believe) in branch dynamics_jacobians. However, Rodrigues's formula is highly nonlinear and creates numeric difficulties, as is evidenced in file unitests_jacobians.cpp and the commit history.

@stephanietsuei
Copy link
Collaborator Author

Tried again in jacobians_take_two branch after switching to Sophus. Same problems came up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants