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

gicp Jacobian #80

Open
TianfaYao opened this issue Feb 10, 2022 · 1 comment
Open

gicp Jacobian #80

TianfaYao opened this issue Feb 10, 2022 · 1 comment

Comments

@TianfaYao
Copy link

This work is so great!
The covariance calculation part contains T, so should the correlation term be reflected in the Jacobian matrix, but the code seems to treat this part as an ordinary covariance matrix,or the correlation approximation is used here ?

@koide3
Copy link
Owner

koide3 commented Feb 11, 2022

Yes, it is an approximated way; the covariances of source points are fixed at the linearization point and do not change during cost evaluation. I implemented an exact version with covariance drivatives, but it didn't improve accuracy nor stability while making optimization significantly slow. If you want, you can try it at the following link:

https://github.com/SMRT-AIST/fast_gicp/blob/87cd6288d14bd155e8b7a2144f68bb5246aecc52/include/fast_gicp/gicp/gicp_loss.hpp

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

2 participants