-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I have a question on RGBD_slam for ros #13
Comments
Hi, Let me know whether it works, Am 04.08.2015 um 11:30 schrieb SookangJun:
|
Assuming it works, after a month. |
Hi, I get the following error while installing rgbdslam in Ros Indigo. Can anyone kindly help out on this issue...???
|
I assume this is a duplicate of #29 |
Hi I have a question on RGBD_slam for ros.
I want to test rgbdslam_v2 on my computer.
However, I am using ubuntu 14.04 for my research..(so, I can't downgrade to 12.04)
so ubuntu 14.04 doesn't support hydro.
Actually I tried to install with this way
source /opt/ros/hydro/setup.bash
mkdir -p ~/rgbdslam_catkin_ws/src
cd ~/rgbdslam_catkin_ws/src
catkin_init_workspace
cd ~/rgbdslam_catkin_ws/
catkin_make
source devel/setup.bash
Get RGBDSLAM
cd ~/rgbdslam_catkin_ws/src
wget -q http://github.com/felixendres/rgbdslam_v2/archive/hydro.zip
unzip -q hydro.zip
cd ~/rgbdslam_catkin_ws/
Install
rosdep update
rosdep install rgbdslam
catkin_make
catkin_make
------------------------------------------------------but I got this error
make[1]: *** [rgbdslam_v2-hydro/CMakeFiles/rgbdslam.dir/all] Error 2
make: *** [all] Error 2
Invoking "make -j8 -l8" failed
So, this is my question.
The text was updated successfully, but these errors were encountered: