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

port NDT_CUDA from from fast_gicp to small_gicp #80

Open
gc625 opened this issue Jul 4, 2024 · 1 comment
Open

port NDT_CUDA from from fast_gicp to small_gicp #80

gc625 opened this issue Jul 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@gc625
Copy link

gc625 commented Jul 4, 2024

Hi, thank you for your great work. I have been using fast_gicp for a project on the jetson orin for registration on relatively large (10 million+) point clouds. I found that out of all the methods, NDT_CUDA is the only one with acceptable performance. However you mentioned that its implementation may have some bugs due to how quickly you implemented it. It would be highly appreciated if you can port NDT_CUDA to small_gicp with a more stable implementation :) Thank you again!

@gc625 gc625 added the enhancement New feature or request label Jul 4, 2024
@koide3
Copy link
Owner

koide3 commented Jul 5, 2024

I recognize that GPU-based methods have high demand and am thinking of introducing them to small_gicp. The problem is that GPU implementation requires a completely different software design and would require as much effort as writing another library from scratch... Anyways, I will try to find time to tackle it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants