Why Gazebo 1.3 so slow?
I have tried the Gazebo which came together with ROS Fuerte(I guess version 1.0) and I now installed Gazebo 1.3, which has a different UI and is terribly slow.
Is it expected that the newer Gazebo takes so much more resources (uses full virtual core of my i7 processor)? Rotating, zooming and panning the world is extreamly slow.
Is this a problem with the UI being sluggish or physics update? What does the "Real Time Factor:" window near the bottom say?
The standard UI elements outside the world view are ok. But changing the view in the world is very slow, even when the simulation paused. "Real Time Factor" changes between 0.99 and 1.0. I inserted the robot model from Gazebo tutorial, made it move and it isn't moving smoothly.
sounds like your gui might be using software acceleration. Can you post the outputs of glxinfo? and if one of the lines says: "client glx vendor string: Mesa Project and SGI", then it's not doing hardware acceleration.
Output of the flxinfo : http://nopaste.info/34e477319d.html
Yes, it does say "client glx vendor string: Mesa Project and SGI"
that means you're not using your gpu's hardware acceleration, mesa software acceleration is expected to be cpu intensive and slow (I've seen upwards of 6 cores on my i7). To take advantage of your gpu, make sure you have the right driver installed.