mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Update util3d_surface.cpp
Added PCL_ONLY_CORE_POINT_TYPES check
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user