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

add this line after the add_executable or add_libraray, before the target_link_libraries add_dependencies(lane_generator_node ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})

add this line after the add_executable or add_libraray, before the target_link_libraries target_link_libraries

add_dependencies(lane_generator_node ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})

${catkin_EXPORTED_TARGETS})