Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPU Multithreading in Gazebo Harmonic #2764

Open
YanningDai opened this issue Feb 10, 2025 · 0 comments
Open

CPU Multithreading in Gazebo Harmonic #2764

YanningDai opened this issue Feb 10, 2025 · 0 comments

Comments

@YanningDai
Copy link

Description

Hi! I'm simulating a crawling robot in Gazebo Harmonic that consists of a main body with six same robotic arms attached. Each arm is implemented as a separate model with the same control plugins. While testing a single arm works well, the simulation becomes significantly slow when all arms are placed in the same world. Upon monitoring CPU performance, I noticed that ”gz sim server“ is running almost entirely in a single thread. Is it possible to distribute the model computations across different threads?

Additionally, I found that Gazebo Classic has a parallel physics feature (https://classic.gazebosim.org/tutorials?tut=parallel&cat=physics). Is there an equivalent functionality in the latest Gazebo version?

Any suggestions would be greatly appreciated!

Environment

Gazebo Sim 8 Harmonic
Ubuntu 24.04.1 LTS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Inbox
Development

No branches or pull requests

1 participant