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

addKeyFrame function #44

Open
xzwang12345 opened this issue Jun 29, 2020 · 0 comments
Open

addKeyFrame function #44

xzwang12345 opened this issue Jun 29, 2020 · 0 comments

Comments

@xzwang12345
Copy link

// update pose of current keyframe wrt previous one (in case of LC)
Matrix4d T_curr_w = prev_kf->T_kf_w * curr_kf->T_kf_w;
what this T_curr_w meaning in addKeyFrame function? why is equal to prev_kf->T_kf_w * curr_kf->T_kf_w
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