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

Revision history [back]

click to hide/show revision 1
initial version

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