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

PyBullet slow on linux #4603

Open
DanieleVeri opened this issue Apr 17, 2024 · 0 comments
Open

PyBullet slow on linux #4603

DanieleVeri opened this issue Apr 17, 2024 · 0 comments

Comments

@DanieleVeri
Copy link

My PyBullet application is way faster in GUI mode on Windows than Linux (both Ubuntu WSL and Ubuntu native) .

PyBullet version = 3.2.6

Runnig the application on linux:

  PyBullet connected with GUI:
  Initialize BulletClient: 1.84s
  Add 18 boxes to the scene: 1.59s
   
  PyBullet connected in DIRECT:
  Initialize BulletClient: 0.006s
  Add 18 boxes to the scene: 0.02s

Runnig the application on windows:

  PyBullet connected with GUI:
  Initialize BulletClient: 0.17s
  Add 18 boxes to the scene: 0.03s
   
  PyBullet connected in DIRECT:
  Initialize BulletClient: 0.005s
  Add 18 boxes to the scene: 0.02s

In GUI mode is using the integrated GPU on Windows but not on Linux.

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

No branches or pull requests

1 participant