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

RGBDSLAM on ROS Hydro: Missing resources

asked 2014-02-17 09:55:22 -0500

AndrewLawson gravatar image

updated 2016-10-24 08:36:12 -0500

ngrennan gravatar image

Hello everyone!

So, I have been trying to install RGBDSLAM on Hydro for quite some time now, but just can't get it to work. I was finally able to install Hydro from source successfully in /opt/ros/hydro and then I setup a catkin workspace in ~/ros/.

However, when I try to install the RGBDSLAM package I downloaded into~/ros/src, I get the following error:

ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: 
rgbdslam: Missing resource roslang 
ROS path [0]=/opt/ros/hydro/ros_catkin_ws/install_isolated/share/ros 
ROS path [1]=/opt/ros/hydro/share 
ROS path [2]=/opt/ros/hydro/stacks 
ROS path [3]=/home/pb1/ros/src

I can roscd into the RGBDSLAM directory just fine, but whenever I try to install it comes up with these errors. I suspect this all has to do with how my catkin overlay / ROS directory is configured, but I could be wrong.

If anyone can help me through this, I'll really appreciate it.

Thanks!

P.S. I am working with Ubuntu ARM on a Pandaboard, if that is any help.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-03-06 20:50:25 -0500

lguodongustc gravatar image

I guess the rgbdslam_freiburg package is not build with "catkin" but "rosbuild", try to pull the package to a new workplace(without catkin) and add the workplace path to the ROS_PACKAGE_PATH. remember to follow the wiki http://wiki.ros.org/rgbdslam

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-02-17 09:55:22 -0500

Seen: 676 times

Last updated: Mar 06 '14