ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

I am trying to install ROS Jade from source in debian jessie. I get the following error "Failed to process package 'pcl_conversions'"

asked 2015-12-18 17:51:57 -0500

mechatron gravatar image

updated 2015-12-21 05:17:17 -0500

gvdhoorn gravatar image

I read somewhere that ros has its own version of PCL which it downloads and install. Now the error I get is following:

By not providing "FindPCL.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "PCL", but
  CMake did not find one.
  Could not find a package configuration file provided by "PCL" with any of
  the following names:

    PCLConfig.cmake
    pcl-config.cmake

As far as I know this means that the package PCL doesn't exists. This makes not much sense to me as ROS must have downloaded and installed it. I am stuck at this point.

Any help would be really appreciated.

Thank you

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-12-19 08:06:27 -0500

mechatron gravatar image

Solved this issue. I had to install libpcl-dev package. After installing it the issue was resolved.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-12-18 17:51:57 -0500

Seen: 220 times

Last updated: Dec 21 '15