Update util3d_surface.cpp

Added PCL_ONLY_CORE_POINT_TYPES check
This commit is contained in:
matlabbe
2017-03-20 11:09:15 -04:00
committed by GitHub
parent ce6edf893a
commit 79709f3f06

View File

@@ -55,9 +55,11 @@ PCL_INSTANTIATE(OrganizedFastMesh, (pcl::PointXYZRGBNormal))
#include <pcl/features/impl/normal_3d_omp.hpp>
#if PCL_VERSION_COMPARE(<=, 1, 8, 0)
#ifdef PCL_ONLY_CORE_POINT_TYPES
PCL_INSTANTIATE_PRODUCT(NormalEstimationOMP, ((pcl::PointXYZRGB))((pcl::Normal)))
#endif
#endif
#endif
namespace rtabmap
{