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

Trying to install dependencies.

asked 2013-02-19 14:22:15 -0500

superawesomepandacat gravatar image

updated 2013-02-19 23:10:28 -0500

Eric Perko gravatar image

Trying to install dependencies for http://www.ros.org/wiki/rgbdslam# (rgbdslam) following the instruction on the page:

rosdep install rgbdslam_freiburg

But I keep getting the error saying:

ERROR: Rosdep cannot find all required resources to answer your query
Missing resource XXXXXXX

Basically, it is missing the resources that it is suppose to install, like octomap.

I've tried grabbing the missing resources manually, using rosws, but got stuck at octomap, where the error pops up even though octomap is already in the package path. So I decided to double back and try to investigate what I did or assumed wrong in the first place.

Any help?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2013-02-19 21:17:55 -0500

Robbiepr1 gravatar image

I assume that the missing resource is octomap_server? To install this you can run sudo apt-get install ros-DISTRO-octomap-mapping. Then try to run rosdep install rgbdslam_freiburg again. All other dependencies should be installed afterwards.

edit flag offensive delete link more

Comments

Thats a bit odd, wouldn't the sudo apt-get install ros-DISTRO-octomap-mapping install all the rosdeps automatically for you anyway?

Daniel Stonier gravatar image Daniel Stonier  ( 2013-03-14 05:22:20 -0500 )edit

No, the sudo apt-get install ros-DISTRO-octomap-mapping will install the dependencies of octo-mapping, not the dependencies of rgbdslam. So you still need to run rosdep install to install the other rgbdslam dependencies.

Robbiepr1 gravatar image Robbiepr1  ( 2013-03-14 07:07:40 -0500 )edit
1

It still doesn't work. And the following problem occurs: rgbdslam: Missing resource mapping_msgs ROS path [0]=/opt/ros/fuerte/share/ros ROS path [1]=/home/lili/fuerte_workspace/turtlebot ROS path [2]=/home/lili/fuerte_workspace/sandbox ROS path [3]=/opt/ros/fuerte/stacks ROS path [4]=/opt/ros/fuerte/share ROS path [5]=/opt/ros/fuerte/share/ros

Lili Meng gravatar image Lili Meng  ( 2014-05-06 16:12:45 -0500 )edit
0

answered 2013-02-19 23:09:14 -0500

superawesomepandacat gravatar image

Worked! Thanks!

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-19 14:22:15 -0500

Seen: 1,350 times

Last updated: Feb 19 '13