ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In your CMakeLists your telling it to link against that:
target_link_libraries(joint_state_aggregator
${PROJECT_NAME} ${catkin_LIBRARIES} )
just remove ${PROJECT_NAME}