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

answered 2013-10-10 17:18:59 -0500

joq gravatar image

Did you remember this?

find_package(catkin REQUIRED COMPONENTS dynamic_reconfigure)

Assuming your node is named "controller", the dependencies should look more like:

add_dependencies(controller ${${PROJECT_NAME}_EXPORTED_TARGETS})

See the catkin dynamic reconfigure how-to for details.