You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a graduate student at HKU, I use MuJoCo for my research on robotic manipulation.
My setup
MuJoCo 3.3.0, Python and C, Linux
What's happening? What did you expect?
When setting box geom with positive margin (nativeccd on by default, multiccd off), the box-box contact becomes intermittent under certain settings. The model below is reduced from more legitimate use cases. In this simple setting, it is necessary to have quat="1 0 1e-6 0" or larger to avoid perfectly aligned boxes, to see the intermittent contact. When margin is set to zero, the behavior disappears.
Steps for reproduction
Setting the actuator to 1e-7 to make two geoms contact. Turn on the contact point/force rendering to visualize.
Clearly something to do with margin. This is not a very highly used feature so there may be some latent bugs. This is indeed interesting and worth a look. Thanks.
Intro
Hi!
I am a graduate student at HKU, I use MuJoCo for my research on robotic manipulation.
My setup
MuJoCo 3.3.0, Python and C, Linux
What's happening? What did you expect?
When setting box
geom
with positive margin (nativeccd on by default, multiccd off), the box-box contact becomes intermittent under certain settings. The model below is reduced from more legitimate use cases. In this simple setting, it is necessary to havequat="1 0 1e-6 0"
or larger to avoid perfectly aligned boxes, to see the intermittent contact. When margin is set to zero, the behavior disappears.Steps for reproduction
1e-7
to make two geoms contact. Turn on the contact point/force rendering to visualize.Minimal model for reproduction
Code required for reproduction
Confirmations
The text was updated successfully, but these errors were encountered: