Unsteady contacts: objects repel upon contact. #2195
-
IntroHi! I am a graduate student at Fudan University, I use MuJoCo for my research on manipulation simulation. My setupmujuco 3.2.2 My questionWhen using MuJoCo for simulation, I encountered some strange collision phenomena. When a card comes into contact with the tablecloth, there are occasional instances where the card is directly bounced far away upon contact with the other object. Based on previous issues I’ve searched, I tried adjusting parameters such as impratio(e.g. impratio from 1 to 50), enable multiccd, solref(in this setting, "0.001 1") and solimp(0.998 0.998 0.001), but the problem persists. And I attach my setting and asset in the following section. I would like to understand:
Thanks for your patience and response! Failure Case: success_False.mp4Success Case: success_True.mp4Minimal model and/or code that explain my question
Confirmations
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
And another video for example. I load the env with dm_control. Whenever the env is reset, only textures are randomized, the entities are the same. collision_error.mp4 |
Beta Was this translation helpful? Give feedback.
-
When colliding small and fast things, you need a smaller timestep, did you try this? |
Beta Was this translation helpful? Give feedback.
When colliding small and fast things, you need a smaller timestep, did you try this?