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

Covariance matrix init bug #262

Closed
doomzzju opened this issue Jul 22, 2022 · 0 comments · Fixed by #264
Closed

Covariance matrix init bug #262

doomzzju opened this issue Jul 22, 2022 · 0 comments · Fixed by #264
Labels
bug Something isn't working

Comments

@doomzzju
Copy link

doomzzju commented Jul 22, 2022

Hi patrick,
Looks like there is a bug at:

covariance.block(3, 3, 3, 3) = std::pow(0.017, 2) * Eigen::Matrix3d::Identity(); // q

the index of quaternion in the covariance matrix should be 0 not 3.

:D

@goldbattle goldbattle added the bug Something isn't working label Jul 22, 2022
goldbattle added a commit that referenced this issue Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants