ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Now that you have the full Cmakelists, I'd put $1 that your issue is here
catkin_package(
# INCLUDE_DIRS include
# LIBRARIES learning_tf
# CATKIN_DEPENDS roscpp rospy tf turtlesim
# DEPENDS system_lib
)
You should read that snippet above here and try to understand what this is doing. To get you going, you need to uncomment the CATKIN_DEPENDS and probably the INCLUDE_DIRS lines.