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 use the standard cmake directives, i.e. include_directories(dir...) and target_link_libraries(bin lib...).

Additionally it is good practice to make a rosdep entry in the manifest if the library is a system package, so that other users can install the dependencies.