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

Bug in creating reference pointcloud for ICP registration #22

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

huawei-sai
Copy link

This bug has been already highlighted and well explained in these two links. #11
#12
To check this - one can visualize the loop submap in RVIZ and can see the cluttered point cloud as it does not have correct registration.

This bug has been already highlighted and well explained in these two links.
gisbi-kim#11
gisbi-kim#12
To check this - one can visualize the loop submap in RVIZ and can see the cluttered point cloud as it does not have correct registration.
The function is also changed in the author's latest code base
https://github.com/gisbi-kim/lt-mapper/blob/bce4236d97bf0d9d97187f9355380e981ac7e499/ltslam/src/LTslam.cpp#L201

Basically loopFindNearKeyframesCloud function does not require the fourth input parameter that it initially had - it just creates more confusion and it never is used. Also while transforming the pointcloud to global coordinate frame (origin) and to accumulate surrounding frames, one does not need the fourth input parameter. Changed the function accordingly.
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

Successfully merging this pull request may close these issues.

None yet

1 participant