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

Support for more pcl point types #10

Open
HSarham opened this issue Mar 13, 2020 · 3 comments
Open

Support for more pcl point types #10

HSarham opened this issue Mar 13, 2020 · 3 comments

Comments

@HSarham
Copy link

HSarham commented Mar 13, 2020

Hi,

I was wondering if you could add support for more point types? For example, I would like to use pcl::PointXYZRGBNormal but it is not possible.

Cheers

@koide3
Copy link
Member

koide3 commented Mar 14, 2020

Hi @HSarham ,
You can include gicp/impl/*_impl.hpp to use the point types you want to use. You can also add them to fast_gicp.cpp.

https://github.com/SMRT-AIST/fast_gicp/blob/master/src/fast_gicp/gicp/fast_gicp.cpp

@aiai84
Copy link

aiai84 commented Apr 1, 2020

Hi ,
Have you use pcl::PointXYZRGBNormal? Did it work better?
Cheers

@koide3
Copy link
Member

koide3 commented Apr 6, 2020

Hi @aiai84 ,
You can feed any type of points to FastGICP, but it doesn't use any information other than XYZ coordinates.

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

3 participants