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

As in any other cmake project, you'd put target_link_libraries(${PROJECT_NAME) <NAME_OF_LIBRARY_TO_LINK>) in your CmakeLists.txt. There wasn't any ros-specific cmake macro for using an installed library in a node in rosbuild, and if I understand correctly, the new catkin build system does not use ANY ros-specific macros. I haven't actually used catkin yet, though. Some useful links: