Update util3d_surface.cpp

Removed NormalEstimationOMP instantiate with PointXYZRGB/Normal for PCL > 1.8.0
This commit is contained in:
matlabbe
2017-03-19 23:42:16 -04:00
committed by GitHub
parent 5d5d602f1d
commit ce6edf893a

View File

@@ -54,8 +54,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PCL_INSTANTIATE(OrganizedFastMesh, (pcl::PointXYZRGBNormal))
#include <pcl/features/impl/normal_3d_omp.hpp>
#if PCL_VERSION_COMPARE(<=, 1, 8, 0)
PCL_INSTANTIATE_PRODUCT(NormalEstimationOMP, ((pcl::PointXYZRGB))((pcl::Normal)))
#endif
#endif
namespace rtabmap
{