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

A quesion about jacobian of reproject error? #80

Open
LiHefan opened this issue Aug 8, 2021 · 0 comments
Open

A quesion about jacobian of reproject error? #80

LiHefan opened this issue Aug 8, 2021 · 0 comments

Comments

@LiHefan
Copy link

LiHefan commented Aug 8, 2021

I guess line 794 in g2otypes.cpp is wrong, which calculates the jacobian of reproject error w.r.t. dPwb, while theannotation(line 793) is right.
793 //Matrix3d J_Pc_dPwb = -Rcb;
794 Matrix<double,2,3> JdPwb = - Jpi * (-Rcb*Rwb.transpose());

not (-Rcb*Rwb.transpose()) but -Rcb

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