-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libsegmentation #3
Comments
hello @yuchen8807 . Sorry for the delay in reply. Now the package is not dependent on other segmentation package. So I think now your problem will be solved. Would you please try now and let me know if it is working? Thank you. |
@jontromanab Thank you! I upgraded the PCL to 1.8. The problem is solved now. |
@jontromanab My PCL version is 1.8, but I come up with the same problem as yuchen8807. what should I do? |
@waitforamoment as the package is changed you should not have received the same error. Can you please tell me about your error? |
[ 0%] Built target sensor_msgs_generate_messages_nodejs |
Hi, I'm learning the SQ fitting. I faced a problem when building your 'sq_fitting' package.
------error:
/home/yuchen/catkin_ws/devel/lib/libsegmentation.so: undefined reference to
pcl::LCCPSegmentation<pcl::PointXYZRGB>::segment()' /home/yuchen/catkin_ws/devel/lib/libsegmentation.so: undefined reference to
pcl::LCCPSegmentationpcl::PointXYZRGB::relabelCloud(pcl::PointCloudpcl::PointXYZL&)'/home/yuchen/catkin_ws/devel/lib/libsegmentation.so: undefined reference to
pcl::SupervoxelClustering<pcl::PointXYZRGB>::SupervoxelClustering(float, float)' /home/yuchen/catkin_ws/devel/lib/libsegmentation.so: undefined reference to
pcl::LCCPSegmentationpcl::PointXYZRGB::LCCPSegmentation()'/home/yuchen/catkin_ws/devel/lib/libsegmentation.so: undefined reference to
pcl::LCCPSegmentation<pcl::PointXYZRGB>::prepareSegmentation(std::map<unsigned int, boost::shared_ptr<pcl::Supervoxel<pcl::PointXYZRGB> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, boost::shared_ptr<pcl::Supervoxel<pcl::PointXYZRGB> > > > > const&, std::multimap<unsigned int, unsigned int, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned int> > > const&)' /home/yuchen/catkin_ws/devel/lib/libsegmentation.so: undefined reference to
pcl::LCCPSegmentationpcl::PointXYZRGB::~LCCPSegmentation()'collect2: error: ld returned 1 exit status
dex_grasp/sq_grasp/sq_fitting/CMakeFiles/segmentation_server_node.dir/build.make:544: recipe for target '/home/yuchen/catkin_ws/devel/lib/sq_fitting/segmentation_server_node' failed
make[2]: *** [/home/yuchen/catkin_ws/devel/lib/sq_fitting/segmentation_server_node] Error 1
CMakeFiles/Makefile2:14721: recipe for target 'dex_grasp/sq_grasp/sq_fitting/CMakeFiles/segmentation_server_node.dir/all' failed
make[1]: *** [dex_grasp/sq_grasp/sq_fitting/CMakeFiles/segmentation_server_node.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
From the CMakeList.txt file, it is seen that the link setting is right. Do you know the reason of the problem.
The text was updated successfully, but these errors were encountered: