ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The answer is actually simple, I just have to add:
target_link_libraries(normal_3d_xyz pcl_ros_features)
into CMakeLists.txt
because the pcl_ros manifest doest include it by default.