ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Since orocos_kdl is not a catkin package you need to find it separately and not as part of the find_package(catkin)

So try find_package(orocos_kdl REQUIRED) instead of find_package(catkin REQUIRED COMPONENTS orocos_kdl)