ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I kind of figured it out but the answer doesn't make any sense. I removed PCL in the find_package() line and it worked. I think this is because it is installed locally and the linking is covered by ros_pcl and the includes are on the standard path: /usr/include.
But if I keep PCL on find_package() line - shouldn't it still be fine? I don't know, I think there is still a canonical answer waiting out there. Let me know if someone has an idea.