PCL conversions [closed]
hello,
i want to install pcl_conversions, i try with git clone https://github.com/ros-perception/pcl_conversions.git
,
and when i compile whith catkin_make
or catkin_make_isolated
, i receive this error:
-- ==> add_subdirectory(pcl_conversions) CMake Error at pcl_conversions/CMakeLists.txt:6 (find_package): 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
Add the installation prefix of "PCL" to CMAKE_PREFIX_PATH or set "PCL_DIR" to a directory containing one of the above files. If "PCL" provides a
separate development package or SDK, be sure it has been installed.-- Configuring incomplete, errors occurred! See also "/home/pi/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/pi/catkin_ws/build/CMakeFiles/CMakeError.log". Invoking "cmake" failed
Can you help me please?
Essentially same problem as in http://answers.ros.org/question/23754...