CCNYRoboticsLab / ccny_rgbd_tools

ccny_rgbd_tools
GNU Lesser General Public License v3.0
125 stars 76 forks source link

rosmake ccny_rgbd_tools error in fuerte ubuntu 12.04 #40

Closed nishit727 closed 9 years ago

nishit727 commented 9 years ago

I am new to ros and want to work on visual odometry. I installed the ccny_rgbd_tools package as per the intructions given. When I run the "rosmake ccny_rgbd_tools" command the following error comes:

... ... [rosmake-5] Finished <<< tf_conversions ROS_NOBUILD in package tf_conversions
[rosmake-5] Starting >>> cv_markers [ make ]
[rosmake-5] Finished <<< cv_markers ROS_NOBUILD in package cv_markers
[ rosmake ] All 3 lineslib_rgbdtools: 0.0 sec ] [ 1 Active 48/50 Complete]{------------------------------------------------------------------------------- git clone https://github.com/ccny-ros-pkg/rgbdtools.git rgbdtools_git fatal: could not create work tree dir 'rgbdtools_git'.: Permission denied -------------------------------------------------------------------------------} [ rosmake ] Output from build of package lib_rgbdtools written to: [ rosmake ] /home/nishit/.ros/rosmake/rosmake_output-20150211-220031/lib_rgbdtools/build_output.log [rosmake-7] Finished <<< lib_rgbdtools [FAIL] [ 0.04 seconds ]
[ rosmake ] Halting due to failure in package lib_rgbdtools. [ rosmake ] Waiting for other threads to complete. [ rosmake ] Results:
[ rosmake ] Built 49 packages with 1 failures.
[ rosmake ] Summary output to directory

I changed the permission of the ccny_rgbd_tools folder to 777. But it still shows the above error.

I have been stuck on this for few days. Please suggest how to work around this.

nishit727 commented 9 years ago

Got it fixed. I needed to own the directory. But now I have a bunch of new errors. :(