ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Your CMakeLists.txt file (https://github.com/brown-release/nasa_r2_simulator_release/blob/release/hydro/r2_gazebo/0.5.1-0/CMakeLists.txt) does not find_package(catkin)
before it uses catkin specific functions like catkin_package()
.