Robotics StackExchange | Archived questions

Raspberry Pi PCL Installation

Hi,

Can anyone let me know (well remind me infact I did this once before) how to install PCL on the raspberry pi. I want to build the laserscanmatcher which needs PCL.

At the moment I get:

CMake Error at perception_pcl/pcl_ros/CMakeLists.txt:8 (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.

I've tried a number of ways to install it and thus far no joy.

Thanks

Mark

Asked by MarkyMark2012 on 2016-03-03 16:50:42 UTC

Comments

It has been 3 years. Is there a solution yet?

Asked by Mohit Arvind Khakharia on 2019-10-29 22:16:52 UTC

I am also interested in the solution for Raspberry Pi for ROS melodic on Raspbian Buster.

pi@raspberrypi:~/catkin_ws $ rosdep install pcl_ros
ERROR: the following packages/stacks could not have their rosdep keys resolved to
system dependencies:
pcl_ros: No definition of [rostest] for OS version [buster]

Any help will be appreciated

Asked by Artem_Melnyk on 2020-11-20 11:02:36 UTC

Answers

Hi,

In the end I had to download and manually build and install PCL.

Specifically: pcl_conversions pcl_msgs perception_pcl

Kind Regards

Mark

Asked by MarkyMark2012 on 2020-12-03 04:05:31 UTC

Comments