Gazebo | Ignition | Community
Ask Your Question
1

Gazebo vs. Bullet vs. Gpu

asked 2013-11-22 03:52:06 -0500

ZdenekM gravatar image

Hello all, as Gazebo 1.9 can be used with Bullet engine 2.8 (http://gazebosim.org/w/index.php?title=Tutorials/1.9/bullet) and this version should support some physics acceleration on GPU (http://bulletphysics.org/wordpress/?p=340) is there any way how to benefit from GPU acceleration in simulator? Is there any flag or something to enable it or will it require some significant update of Gazebo code?

edit retag flag offensive close merge delete

Comments

Btw, is there any other possibility to offload some work to GPU other than gpu laser? And what speedup does the gpu laser provide? I know, to much questions together... :) But they are somehow related.

ZdenekM gravatar imageZdenekM ( 2013-11-22 04:01:20 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-11-25 11:28:57 -0500

scpeters gravatar image

Bullet 2.8 has experimental support for GPU acceleration, included in the Extras/CUDA source folder. Looking at the names of the source files, it appears to accelerate the broadphase collision detection, though I'm not sure if it accelerates anything else. Gazebo does not currently use this bullet functionality.

Of more interest may be the bullet3 repository, which has the entire rigid body collision and dynamics pipeline implemented on a GPU. I've compiled and run the demos and they are quite impressive (depending on the GPU you have, of course). We don't yet support this physics engine, but I have created a feature request for adding support for it.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-11-22 03:52:06 -0500

Seen: 4,950 times

Last updated: Nov 25 '13