ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If the messages are present, do this for each target using them:
add_dependencies(your_program ${catkin_EXPORTED_TARGETS})
See the catkin documentation for details.