Simulation computationally too expensive #24
-
Dear FRE2021-Team, thank you for the beautiful Gazebo-Simulation you've set up.
to the Ubuntu 18.04 LTS Virtual Machine (VMWare) and only yield about 0.5 to 1 FPS at the task 1 mini wolrd - and this is when our robot program isnt't running at all. Could you please think about making a more simpler version of the simulation? Or is there something from my side I could do to improve the simulation FPS? Kind regards, Moritz |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Dear Mortiz,
|
Beta Was this translation helpful? Give feedback.
Dear Mortiz,
Thank you for your question, and the screenshot. First thing I notice in your image is that the heightmap does not match the location of the plants. I suspect that Gazebo accidentally loaded an older heightmap with a larger resolution(also causing a slow simulation). This problem should be solved in the latest version of this repo.
There are several possibilities to speed up the simulation (none of them is perfect). For the simulation speed, the FPS count doesn’t matter. The FPS represent how fast the scene is rendered for the gui, and does not reflect the speed of the simulation. What matters is the Real-Time Factor. This is the rate at which the simulation is run with respe…