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

However, I notice that in ros navigation stack plugins, for example the global planners, in theirCMakeLists.txt, they do not declare

add_dependencies(plugin_name ${catkin_EXPORTED_TARGETS} ${PROJECT_NAME}_gencfg)

Is there a reason why?

That target is included in ${planner_EXPORTED_TARGETS}, so there is no need to list it separately.