Skip to content

Commit

Permalink
Merge pull request #2389 from UnaNancyOwen/add_instantiate
Browse files Browse the repository at this point in the history
Add PointNormal to ExtractIndices Instantiate Types
  • Loading branch information
taketwo authored Aug 14, 2018
2 parents 310b93f + bed8929 commit f7a32d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filters/src/extract_indices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ pcl::ExtractIndices<pcl::PCLPointCloud2>::applyFilter (std::vector<int> &indices
#include <pcl/point_types.h>

#ifdef PCL_ONLY_CORE_POINT_TYPES
PCL_INSTANTIATE(ExtractIndices, (pcl::PointXYZ)(pcl::PointXYZI)(pcl::PointXYZRGB)(pcl::PointXYZRGBA)(pcl::Normal)(pcl::PointXYZRGBNormal))
PCL_INSTANTIATE(ExtractIndices, (pcl::PointXYZ)(pcl::PointXYZI)(pcl::PointXYZRGB)(pcl::PointXYZRGBA)(pcl::Normal)(pcl::PointNormal)(pcl::PointXYZRGBNormal))
#else
PCL_INSTANTIATE(ExtractIndices, PCL_POINT_TYPES)
#endif
Expand Down

0 comments on commit f7a32d7

Please sign in to comment.