Error when i run iai_kinect2

asked 2016-06-16 07:30:12 -0600

Ziwen Qin gravatar image

updated 2016-06-16 07:31:22 -0600

I had already install the ROS indigo,Setup my ROS environment and install libfreenect2 which run nice. But:

==================

cd ~/catkin_ws/src/

git clone https://github.com/code-iai/iai_kinec...

cd iai_kinect2

rosdep install -r --from-paths .

==================

error about rosdep hit me, as following:

==================

turtlebot@turtlebot-HP-ZBook-14-G2:~/catkin_ws/src/iai_kinect2$ rosdep install -r --from-paths .

ERROR: the following packages/stacks could not have their rosdep keys resolvedto system dependencies:

kinect2_viewer: Cannot locate rosdep definition for [kinect2_bridge]

kinect2_bridge: Cannot locate rosdep definition for [kinect2_registration]

kinect2_calibration: Cannot locate rosdep definition for [kinect2_bridge]

Continuing to install resolvable dependencies...

All required rosdeps installed successfully

==================

help me! Thanks

edit retag flag offensive close merge delete