Robotics StackExchange | Archived questions

What is the best hardware setup for running Gazebo simulation

Hi all, we are planning on building a server/workstation to regularly run (Ignition) Gazebo simulations with ROS2. I was not able to find any requirements or suggestions on hardware for the simulator. From experience, we only learned that NVIDIA GPU is necessary, as integrated graphics take extensively longer time. I have two questions:

Asked by Tomas on 2022-07-26 04:43:56 UTC

Comments

Answers

To follow up (although this forum is probably dead), we got a PC with Nvidia GeForce RTX 3060 and Intel Core i7-12700.

We are now struggling with launching the simulation. Over ssh we start a docker image with the simulation, but that is only able to access it when given a display of a logged in user. Which is highly impractical on a server-like machine. And we did try creating a virtual display using Xvfb with no success (GPU was not used by ign gazebo process).

Any experiences, similar issues or any ideas on how to resolve this?

Asked by Tomas on 2022-08-24 05:51:00 UTC

Comments

You can have a look at this answer. Maybe is helpful for your case: https://answers.gazebosim.org/question/25733/gazebo-doesnt-use-gpu-when-run-inside-a-container/

Asked by Tadteo on 2023-03-08 04:20:41 UTC