Monday, May 26, 2014

Error and its solution : undefined symbol: _ZN5pcl177PCLBaseINS_8PointXYZEEC2Ev

Error :  undefined symbol: _ZN5pcl177PCLBaseINS_8PointXYZEEC2Ev


While working with ROS and PCL , I encountered this error.
 undefined symbol: _ZN5pcl177PCLBaseINS_8PointXYZEEC2Ev


Solution : 


From the CMakeLists.txt, just comment 


find_package(PCL 1.x REQUIRED)

This solved the issue for me....Of course the pcl pcl_ros pcl1x pcl1x_ros are in the manifest.xml


Have a Good daY!

No comments:

Post a Comment