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

The manifest export provides linking instructions for packages which depend on your package. If you are still inside the same package as the library you need to use the cmake command to link the library:

target_link_library(test_using_utility test_utility)