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 the path to your lib using link directories

link_directories( /path/to/your/lib )

and then use

target_link_libraries(odom ${catkin_LIBRARIES} ftd2xx)