ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

rosdep-install and rgbdslam_v2 problem

asked 2015-12-27 03:10:27 -0500

kaygudo gravatar image

hello, i have git cloned rgbdslam_v2 package on my ros workspace as instructed here: https://github.com/felixendres/rgbdsl...

but when i try to execute "rosdep install rgbdslam_v2" i get following error:

ERROR: Rosdep cannot find all required resources to answer your query Missing resource rgbdslam_v2 ROS path [0]=/opt/ros/indigo/share/ros ROS path [1]=/opt/ros/indigo/share ROS path [2]=/opt/ros/indigo/stacks

i am using ros indigo.

Thank you

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-12-27 11:43:19 -0500

Steven_Daniluk gravatar image

Two things to mention here,

  1. The package name is rgbdslam, not rgbdslam_v2. If you look in the launch files this is how it is referred to. So try running rosdep install rgbdslam.
  2. Based on the error output from Rosdep, it doesn't look like you have a catkin workspace setup. Did you clone it into /opt/ros/indigo/share? You should setup a catkin workspace as per the tutorials, http://wiki.ros.org/catkin/Tutorials , clone RGBDSLAM_V2 into there, then you can execute catkin_make to build the package.

Also, I've posted this same response in you previous question, http://answers.ros.org/question/22309... , but I would suggest not repeating the same question in two separate posts. Just stick to one, and if you find the responses helpful mark it as such. That way other users have less posts to look through when looking for answers.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-12-27 03:10:27 -0500

Seen: 1,000 times

Last updated: Dec 27 '15