Skip to content
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

Indigo branch and release missing pcl_ros dependency #4

Open
mryellow opened this issue Jun 13, 2015 · 2 comments
Open

Indigo branch and release missing pcl_ros dependency #4

mryellow opened this issue Jun 13, 2015 · 2 comments

Comments

@mryellow
Copy link

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.

@atenpas
Copy link
Owner

atenpas commented Jun 14, 2015

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!

@mryellow
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants