fast_gicp icon indicating copy to clipboard operation
fast_gicp copied to clipboard

Support for more pcl point types

Open HSarham opened this issue 4 years ago • 3 comments

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

HSarham avatar Mar 13 '20 15:03 HSarham

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

koide3 avatar Mar 14 '20 15:03 koide3

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

aiai84 avatar Apr 01 '20 07:04 aiai84

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

koide3 avatar Apr 06 '20 01:04 koide3