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

Commits on Jan 30, 2023

  1. Bug in creating reference pointcloud for ICP 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.
    huawei-sai committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    6bc5e3b View commit details
    Browse the repository at this point in the history
  2. change the loopFindNearKeyframesCloud function to be more clear

    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.
    huawei-sai committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    95b6b1c View commit details
    Browse the repository at this point in the history