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

Your executable target needs to depend on the message generation target for your message package.

You can do this in the CMakeLists.txt for your executable with:

add_dependencies(executable open_tld_3d_generate_messages_cpp)