Resource not found: KDL
Hello, I am trying to launch the camera_pose_calibration as in this tutorial since I want to do en extrinsic calibration of my cameras as the rgb and depth images are not well syncronized. So in any point when I try to launch the node I keep getting this error:
Traceback (most recent call last):
File "/home/rb1base/catkin_ws/src/camera_pose_calibration/src/camera_pose_calibration/start_cb_detector_action_old.py", line 3, in <module>
import roslib; roslib.load_manifest('camera_pose_calibration')
File "/opt/ros/indigo/lib/python2.7/dist-packages/roslib/launcher.py", line 62, in load_manifest
sys.path = _generate_python_path(package_name, _rospack) + sys.path
File "/opt/ros/indigo/lib/python2.7/dist-packages/roslib/launcher.py", line 98, in _generate_python_path
packages = get_depends(pkg, rospack)
File "/opt/ros/indigo/lib/python2.7/dist-packages/roslib/launcher.py", line 51, in get_depends
vals = rospack.get_depends(package, implicit=True)
File "/usr/lib/python2.7/dist-packages/rospkg/rospack.py", line 237, in get_depends
s.update(self.get_depends(p, implicit))
File "/usr/lib/python2.7/dist-packages/rospkg/rospack.py", line 231, in get_depends
names = [p.name for p in self.get_manifest(name).depends]
File "/usr/lib/python2.7/dist-packages/rospkg/rospack.py", line 164, in get_manifest
return self._load_manifest(name)
File "/usr/lib/python2.7/dist-packages/rospkg/rospack.py", line 208, in _load_manifest
retval = self._manifests[name] = parse_manifest_file(self.get_path(name), self._manifest_name, rospack=self)
File "/usr/lib/python2.7/dist-packages/rospkg/rospack.py", line 200, in get_path
raise ResourceNotFound(name, ros_paths=self._ros_paths)
rospkg.common.ResourceNotFound: kdl
ROS path [0]=/opt/ros/indigo/share/ros
ROS path [1]=/home/rb1base/catkin_ws
ROS path [2]=/home/rb1base/catkin_ws/src
ROS path [3]=/opt/ros/indigo/share
ROS path [4]=/opt/ros/indigo/stacks
I have already installed several packages that contain that "kdl", what am i missing to do?
Cheers