run "rosdep install -r --from-paths ." error when I install iai_kinect2
When I was run rosdep install -r --from-paths .
, some errors show 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 resolved
to system dependencies:
kinect2_viewer: Cannot locate rosdep definition for [kinect2_bridge]
kinect2_calibration: Cannot locate rosdep definition for [kinect2_bridge]
kinect2_bridge: Cannot locate rosdep definition for [kinect2_registration]
Continuing to install resolvable dependencies...
All required rosdeps installed successfully
Some assistes show as following writing by author:
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 iai_kinect2 package and rosdep does not know these packages.
what should I do, my rosdep can just know these packages. Thank you very much!
Please don't post updates as answers. Only post answers if you are actually answering your own question. I've merged your answer as an update into your OP.