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 specify the name of the executable which needs your library as target:

 target_link_libraries(my_node npsauv)

(In your case CMake complains because there is no target named ${PROJECT_NAME}.)