ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If CMake can't find the catkin function you might not have called find_package(catkin REQUIRED)
before. Please post your CMakeLists.txt.