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

4dahalibut's profile - activity

2014-08-03 20:53:20 -0500 received badge  Famous Question (source)
2014-08-03 04:16:17 -0500 received badge  Famous Question (source)
2014-07-15 11:08:19 -0500 received badge  Enthusiast
2014-07-11 14:38:05 -0500 commented question Gazebo crashes when spawning a robot with urdf.

I think this problem might have to deal with it being a thinkpad. I have the same problem with Hydro and 12.04 and both Gazebo 1.9 and Gazebo 3

2014-07-06 05:50:48 -0500 received badge  Notable Question (source)
2014-07-02 16:20:44 -0500 commented question cant locate the node rgbdslam

I have this same error for rgbdslam_v2 . when running the same command.

2014-07-01 14:01:18 -0500 commented answer RGBDSlam_V2 Error with make

Thanks, I think i will transfer over to 13.04.

2014-07-01 14:00:16 -0500 received badge  Popular Question (source)
2014-06-30 12:06:42 -0500 commented question RGBDSlam_V2 Error with make

Actually renaming one of the variables in one of the files should do it. I guess this is a legitimate bug then?

2014-06-30 11:32:36 -0500 received badge  Editor (source)
2014-06-30 11:29:39 -0500 asked a question RGBDSlam_V2 Error with make

Hey so I'm running hydro compiled from source on XUbuntu 13.10 ARM for Odroid. When I try to run make, or catkin_make, on my root directory, I get this error.

             In file included from /home/odroid/rgbdslam_catkin_ws/build/rgbdslam_v2-hydro/src/../../../src/rgbdslam_v2-hydro/src/renderable.h:4:0,

             from /home/odroid/rgbdslam_catkin_ws/build/rgbdslam_v2-hydro/src/../../../src/rgbdslam_v2-hydro/src/glviewer.h:25,

             from /home/odroid/rgbdslam_catkin_ws/build/rgbdslam_v2-hydro/src/moc_glviewer.cxx:10:

              /usr/include/GL/gl.h:162:17: error: conflicting declaration 'typedef double GLdouble'
              typedef double  GLdouble; /* double precision float */
                              ^

            In file included from /usr/include/qt4/QtOpenGL/QGLWidget:1:0,

             from /home/odroid/rgbdslam_catkin_ws/build/rgbdslam_v2-hydro/src/../../../src/rgbdslam_v2-hydro/src/glviewer.h:20,

             from /home/odroid/rgbdslam_catkin_ws/build/rgbdslam_v2-hydro/src/moc_glviewer.cxx:10:
             /usr/include/qt4/QtOpenGL/qgl.h:85:17: error: 'GLdouble' has a previous declaration as 'typedef GLfloat GLdouble'
             typedef GLfloat GLdouble;
                             ^

make[2]: * [rgbdslam_v2-hydro/CMakeFiles/rgbdslam.dir/src/moc_glviewer.o] Error 1

make[1]: * [rgbdslam_v2-hydro/CMakeFiles/rgbdslam.dir/all] Error 2

make: * [all] Error 2

I've looked on the internet and this seems to be a problem with Qt OpenGL ES2 , but I am a wee beginner and I have no idea how to fix that myself. I have qt4.8.4 kernel 3.8.13.16 gcc 4.8.1

2014-06-30 11:06:12 -0500 commented answer RGBDSlam_v2 error with rosdep install

This worked, thanks.

2014-06-30 11:06:01 -0500 received badge  Scholar (source)
2014-06-30 11:06:00 -0500 received badge  Supporter (source)
2014-06-30 11:05:31 -0500 received badge  Notable Question (source)
2014-06-30 04:49:56 -0500 received badge  Student (source)
2014-06-30 04:19:41 -0500 received badge  Popular Question (source)
2014-06-27 11:03:00 -0500 asked a question RGBDSlam_v2 error with rosdep install

Hey so I'm running hydro compiled from source on XUbuntu 13.10 ARM for Odroid and I've been smashing my head against an error for a while now. When I try to run rosdep install rgbdslam after downloading all the right stuff based on this guide http://felixendres.github.io/rgbdslam... , I get this error

odroid@odroid:~/rgbdslam_catkin_ws$ rosdep install rgbdslam
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
rgbdslam: No definition of [message_runtime] for OS version [saucy]

Does anybody know why this might be or how to fix it? I've tried just passing the step and just using catkin_make, but there are a lot of dependencies that I don't know how to acquire, so I'd like to get this to work.