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

You have to generate the header from the server you created, here

You should share your CMakeLists to help us to spot the problem easily and quickly!

Did you add add_dependencies to your CMakeLists:

add_dependencies(add_two_ints_server ${beginner_tutorials_EXPORTED_TARGETS}) add_dependencies(add_two_ints_client ${beginner_tutorials_EXPORTED_TARGETS})

You have to generate the header from the server you created, here

You should share your CMakeLists to help us to spot the problem easily and quickly!

Did you add add_dependencies to your CMakeLists:

add_dependencies(add_two_ints_server ${beginner_tutorials_EXPORTED_TARGETS})
add_dependencies(add_two_ints_client ${beginner_tutorials_EXPORTED_TARGETS})

${beginner_tutorials_EXPORTED_TARGETS})

You have to generate the header from the server you created, here

You should share your CMakeLists to help us to spot the problem easily and quickly!

Did you add add_dependencies to your CMakeLists:

add_dependencies(add_two_ints_server ${beginner_tutorials_EXPORTED_TARGETS})
add_dependencies(add_two_ints_client ${beginner_tutorials_EXPORTED_TARGETS})