handle_detector icon indicating copy to clipboard operation
handle_detector copied to clipboard

Indigo branch and release missing pcl_ros dependency

Open mryellow opened this issue 10 years ago • 2 comments

CMakeLists.txt

  • Add pcl_ros to find_package and catkin_package.
  • Remove PCL from catkin_package->DEPENDS.
  • Remove ${PCL_INCLUDE_DIRS} from include_directories

package.xml

  • Add pcl_ros depend tags.

edit: Have had this come up before with another package, something unique about my debian:jessie mixed source install. Probably works for everyone else, but can't hurt specifying the dependency.

mryellow avatar Jun 13 '15 22:06 mryellow

I had just removed the PCL ROS dependencies and instead linked to PCL directly because I thought that this was causing a build error on jenkins. Not sure what the problem is there. I will add your suggestions to the next release. Thanks!

atenpas avatar Jun 14 '15 21:06 atenpas

Well it worked for me.... but I may be an edge-case, debian:jessie took a fair few source installs to get working.

mryellow avatar Jun 15 '15 00:06 mryellow