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

FastVGICP doesn't support PointXYZINormal type point. #164

Closed
G4419 opened this issue Aug 26, 2024 · 2 comments
Closed

FastVGICP doesn't support PointXYZINormal type point. #164

G4419 opened this issue Aug 26, 2024 · 2 comments

Comments

@G4419
Copy link

G4419 commented Aug 26, 2024

when i use fast_gicp::FastVGICP<pcl::PointXYZINormal, pcl::PointXYZINormal> , undefined reference compilation error will occur. However, pcl::PointXYZI doesn't report an error.

@koide3
Copy link
Owner

koide3 commented Aug 26, 2024

You need to add custom point types to the following codes to explicitly instantiate registration template classes.

https://github.com/koide3/fast_gicp/blob/master/src/fast_gicp/gicp/fast_gicp.cpp
https://github.com/koide3/fast_gicp/blob/master/src/fast_gicp/gicp/fast_vgicp.cpp

@G4419
Copy link
Author

G4419 commented Aug 26, 2024

Thanks for your quick response; the problem's been fixed.

@G4419 G4419 closed this as completed Aug 26, 2024
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