PR2 / pr2_robot

PR2-specific components that are used in bringing up a robot.
55 stars 54 forks source link

Fix Kinect2 calibration data path to match NUC's installed directory names #246

Closed pgrice closed 8 years ago

pgrice commented 8 years ago

The NUCs for the head-mounted kinect2's in Indigo come installed with code in the kinect_ws directory, but the pr2_bringup sets the calibration data path to include ~/kinect2_ws, so calibration data is not found, even when placed in the correct folder under kinect2_bridge. This changes the path in pr2_bringup, rather than changing the directory name on the NUC, to solve the problem.

TheDash commented 8 years ago

Thank yas, this makes sense.