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

Add PointNormal to ExtractIndices Instantiate Types #2389

Merged
merged 1 commit into from
Aug 14, 2018

Conversation

UnaNancyOwen
Copy link
Member

This pull request will add pcl::PointNormal to instantiate types of pcl::ExtractIndices, because this type is missing even though there are pcl::Normal and pcl::PointXYZRGBNormal.
It is no longer necessary to separate point cloud to pcl::PointXYZ and pcl::Normal when want to use pcl::ExtractIndices with pcl::PointNormal. You can use pcl::ExtractIndices<pcl::PointNormal> directly.

Add pcl::PointNormal to ExtractIndices instantiate types.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants