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

About the effect of real-time frame and map matching #9

Open
tust13018211 opened this issue Jun 17, 2024 · 2 comments
Open

About the effect of real-time frame and map matching #9

tust13018211 opened this issue Jun 17, 2024 · 2 comments

Comments

@tust13018211
Copy link

  Thanks for your amazing work, Have you tested the effect of matching single frame and map, Will the point cloud of the map be denser and the extracted features more abundant, leading to matching problems?
@qiaozhijian
Copy link
Member

For submaps, the point cloud is denser, and the extracted GEMs will be more numerous and complete. I believe this will produce better results than using a single frame.

However, you should note that our registration relies on the results of point cloud segmentation, and the current segmentation algorithms, such as TRAVEL, are designed for single frames. Its parameter file contains some parameters specific to scans, such as the number of beams, angular resolution, upper and lower angle limits, and so on. You need to adjust these parameters, for instance, by setting a higher number of beams (since the map is not as sparse as a scan), and setting the upper and lower limits based on the actual situation.

I have tried registering submaps and found that adjusting these parameters can achieve fairly good segmentation results, and the registration effect is also good. However, I haven't conducted extensive experiments, but I suspect that using submaps would be a more practical choice.

@tust13018211
Copy link
Author

ok , thanks your reply ,I will test use the submap effect, I will update the result.

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

2 participants