help me please
hi,
i try to make a node of point_cloud.cpp, and i install perception-pcl package with apt-get install ros-indigo-perception-pcl
, but i found this error:
CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
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.
Call Stack (most recent call first):
ros_cloud/CMakeLists.txt:7 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/pi/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/pi/catkin_ws/build/CMakeFiles/CMakeError.log".
Makefile:1510: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed
could you help me please?
If you're following a tutorial or trying to build someone else's package, please edit your question to include a link to it. It also looks like you don't have the PCL package installed.
i install perception-pcl package
Make sure you have added pcl dependencies in CMakeLists and package.xml
yes i added it
If you're following a tutorial or trying to build someone else's package, please edit your question to include a link to it.