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

Questions about loop closure's local point cloud #29

Open
Cc19245 opened this issue Jul 17, 2022 · 0 comments
Open

Questions about loop closure's local point cloud #29

Cc19245 opened this issue Jul 17, 2022 · 0 comments

Comments

@Cc19245
Copy link

Cc19245 commented Jul 17, 2022

Hi, kim!

Thanks for your great work!

Now I have a question about the code of loop closure's local point cloud in laserPosegraphOptimization.cpp at here.

loopFindNearKeyframesCloud(cureKeyframeCloud, _curr_kf_idx, 0, _loop_kf_idx); // use same root of loop kf idx 
loopFindNearKeyframesCloud(targetKeyframeCloud, _loop_kf_idx, historyKeyframeSearchNum, _loop_kf_idx);

I don't understand why you use the last parameter _loop_kf_idx for all of the targetKeyframeCloud, which of them have the point cloud in their local LiDAR frame. Or maybe I have a misunderstand?

Looking forward to your reply!

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