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

Rgbdslam how to build

asked 2011-04-16 09:06:10 -0500

Jason3d gravatar image

updated 2014-01-28 17:09:33 -0500

ngrennan gravatar image

I'm very new to ros and have been trying to rosmake rgbdslam. I added the two svn sources from the wiki and am not sure how to add them into ros so that it will build. Is there something implied in the wiki that needs to be done to add rgbdslam to rosmake. Is rosinstall used to make proper setup? Please help, thanks

edit retag flag offensive close merge delete

4 Answers

Sort by ยป oldest newest most voted
4

answered 2011-04-16 11:25:45 -0500

Shark gravatar image

Have you added the two directories you downloaded to your ROS_PACKAGE_PATH in your .bashrc file? (i.e. if you have both directories in folder ~/rgbd, then add ~/rgbd). If you don't know how to do this, add this line to your .bashrc file:

export ROS_PACKAGE_PATH=DIR:$ROS_PACKAGE_PATH

Replace "DIR" with the directory your folders are located at, i.e. ~/rgbd.

If you've correctly done so, running the command "rosmake rgbdslam" should build the entire solution for you. If you haven't done so, you'll likely get some error that says rosmake cannot find package rgbdslam.

Shark

edit flag offensive delete link more
1

answered 2011-04-16 12:37:40 -0500

Jason3d gravatar image

Thankyou for responding so quickly, that worked instantly. I kept adding the path under opt/ros/diamondback/setup.sh but it didn't work. Editing .bashrc worked.

edit flag offensive delete link more

Comments

With ROS, you shouldn't need edit anything under /opt/ros/..., in general you can do all required edits somewhere within your home directory.
Felix Endres gravatar image Felix Endres  ( 2011-04-16 23:37:15 -0500 )edit
0

answered 2011-12-18 23:26:45 -0500

Ting gravatar image

Hi! Could you please tell how .bashrc generate. My /opt/ros/diamondback only have setup.bash, setup.sh and setup.zsh...

Thanks for your help!

edit flag offensive delete link more
0

answered 2011-12-18 23:53:52 -0500

karthik gravatar image

Hi, I hope my answer here should help. http://answers.ros.org/question/3313/source-command-not-found#5211

Karthik

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-04-16 09:06:10 -0500

Seen: 535 times

Last updated: Dec 18 '11