ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Well, from the error messages it looks like the targets in pcl_msgs
are conflicting with your custom package pcl2_to_scan
. Which leads me to believe that you have not only pcl_ros
, but the whole perception_pcl
stack inside your workspace.
If you need to modify and overlay some part of pcl_ros
:
rm -rf build devel
)ros-hydro-perception-pcl
so that all the dependencies are methttps://github.com/ros-perception/perception_pcl
to your workspace, you can get rid of the perception_pcl
metapackage.pcl_ros
inside of it, remove all your custom code for now.roscd pcl_ros
to make sure that rospack is using the overlay instead of the system installationpcl2_to_scan
CMakeLists.txt2 | No.2 Revision |
Well, from the error messages it looks like the targets in your custom package
are conflicting with pcl_msgspcl2_to_scanyour custom package
. Which leads me to believe that you have not only pcl2_to_scanpcl_msgspcl_ros
, but the whole perception_pcl
stack inside your workspace.
If you need to modify and overlay some part of pcl_ros
:
rm -rf build devel
)ros-hydro-perception-pcl
so that all the dependencies are methttps://github.com/ros-perception/perception_pcl
to your workspace, you can get rid of the perception_pcl
metapackage.pcl_ros
inside of it, remove all your custom code for now.roscd pcl_ros
to make sure that rospack is using the overlay instead of the system installationpcl2_to_scan
CMakeLists.txt