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

some question about RGBD-6D-SLAM

asked 2012-08-14 05:29:32 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

I would like to achieve RGBD-6D-SLAM, but do not know the hardware configuration to run this program requires.As much detail as possible, my computer graphics card is Intel GMA HD 3000.Intel Core i5 2520M, 2.5GHz.I hope to get your reply, thank you.

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
1

answered 2013-02-13 22:00:09 -0500

updated 2016-03-02 20:06:54 -0500

As I know, Ubuntu does not support intel graphic card very well. My GMA950 graphic card cannot get 3D acceleration support under Ubuntu and the system freezing when I launch the program. You'd better check your driver support for the graphic card. AMD should be the best choice for the graphic card. It works well with my two years laptop, lenovo T410 with a NVidia graphic card after I have updated the driver.


edit: Note for myself also.

if you wanna check whether your laptop is suitable for OpenGL,

/usr/lib/nux/unity_support_test -p

and you will see something like

OpenGL vendor string:   NVIDIA Corporation
OpenGL renderer string: GeForce GTX 660/PCIe/SSE2
OpenGL version string:  4.4.0 NVIDIA 340.96

Not software rendered:    yes
Not blacklisted:          yes
GLX fbconfig:             yes
GLX texture from pixmap:  yes
GL npot or rect textures: yes
GL vertex program:        yes
GL fragment program:      yes
GL vertex buffer object:  yes
GL framebuffer object:    yes
GL version is 1.4+:       yes

Unity 3D supported:       yes

if the unity 3D supported is no, definitely it won't work well.

edit flag offensive delete link more
5

answered 2013-02-13 22:19:48 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Yes you can run RGBDSLAM with your system, I have a very similiar laptop and I am able to run it. However, having an NVIDIA graphics card with Cuda technology would improve the accuracy of the method since you would be able to run SIFTGPU. There is a number of ways you could improve the speed of RGBDSLAM on your system (but possibly loosing some accuracy). Using ORB features instead of SIFT and SURF is usually faster. Also running the command rosrun dynamic_reconfigure reconfigure_gui then selecting camera/driver from the list and setting the frames per second to QVGA 30Hz instead of the VGA 30Hz will significantly improve the speed. You could also reduce the maximum number of features detected and some other configurations to increase the speed of this method.

edit flag offensive delete link more
0

answered 2013-02-13 20:59:38 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

You dont need any hardware configuration. Just need to connect the kinect via USB to laptop and get the RGBD slam to work

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-08-14 05:29:32 -0500

Seen: 574 times

Last updated: Mar 02 '16