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

Revision history [back]

click to hide/show revision 1
initial version

Using libpcl-1.7.1 works for me.

I have downloaded and installed it from source: https://github.com/PointCloudLibrary/pcl/releases/tag/pcl-1.7.1

In rgbdslam's CMakeLists.txt change

find_package(PCL 1.7 REQUIRED COMPONENTS common io)

to

find_package(PCL 1.7.1 EXACT REQUIRED COMPONENTS common io)