ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
When the pcl_ros CMakeLists pulls in pcl (via find_package), it does not know to look in ~/pcl-* for your PCL headers.
One approach would be to install PCL by running sudo make install
wherever you had built it from source.