The SDF plugin is very slow when simulating 200 particles #2504
Replies: 2 comments
-
By the way, how to simulate the effect of water flowing into a cup in mujoco? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi you can try to reduce |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am a graduate student, I use MuJoCo for my research on physical simulation.
My setup
MuJoCo 3.3.0, API (C), Ubuntu 22.04
My question
Now I need to create 200 small balls and pour them into a mug. If the SDF plugin is not used, the freely falling balls will be bounced away when they hit the rim of the mug. By referring to the writing methods in
model/plugin/sdf/mug.xml
andmodel/plugin/sdf/cow.xml
, I can achieve the desired effect, but the simulation speed will become slower and slower over time. My question is: How can I fix this problem to speed up the simulation?0317cup.mp4
Minimal model and/or code that explain my question
If you encountered the issue in a complex model, please simplify it as much as possible (while still reproducing the issue).
Model Path:
Model:
minimal XML
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions