code-iai / iai_kinect2

Tools for using the Kinect One (Kinect v2) in ROS
Apache License 2.0
882 stars 519 forks source link

Install error about "rosdep install -r --from-paths ." #296

Closed QinZiwen closed 8 years ago

QinZiwen commented 8 years ago

I had already run "sudo rosdep init" and "rosdep update" as nice. But errors hit me when I run "rosdep install -r --from-paths ."

turtlebot-pc@turtlebot-pc-Veriton-B832:~/catkin_ws/src/iai_kinect2$ rosdep install -r --from-paths . ERROR: the following packages/stacks could not have their rosdep keys resolved to 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

what shuld i do?

kohrt commented 8 years ago

Maybe reading the README: _Note: rosdep will output errors on not being able to locate [kinect2_bridge] and [depth_registration]. That is fine because they are all part of the iaikinect2 package and rosdep does not know these packages.

QinZiwen commented 8 years ago

What should I do, my "rosdep" can know iai_kinect2 package

xiaobai333333 commented 7 months ago

What should I do, my "rosdep" can know iai_kinect2 package 解决了么,怎么解决的?