Bullet is not a registered physics engine
I am attempting to run gazebo using bullet instead of ODE. I am using Gazebo 1.8 and have Bullet 2.81 installed. Simply running "gazebo -e bullet" returns "Error [Server.cc:341] Unregistered physics engine [bullet], the default will be used instead.".
I also cannot load from the SDF file using
Asked by khambuch on 2013-07-29 17:58:45 UTC
Answers
You'll have to install Gazebo from source in order to activate Bullet support.
Asked by nkoenig on 2013-07-30 10:07:56 UTC
Comments
Is Bullet installed correctly? For me it looks like gazebo is trying to register Bullet but is not able to do so! You can install it from the OSRF-Repo name is
libbullet-dev
(Version should be 2.81).Asked by evilBiber on 2013-07-30 01:56:01 UTC