ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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}