Open cganuza opened 4 months ago
Yes, this is a bug we are working on fixing.
See caveat here
Thank you for the prompt response @yuvaltassa. Do you have a time line when this will be fixed?
For mesh geometries the only option now is to create SDF files? Does this change the way of interacting with mujoco? Do you have any example? And, is it easy to change a mesh file to SDF?
Thank you so much!
Hello everyone,
I am trying to use MuJoCo to compute the minimum distance between two moving geometries, but I am facing the same issue (with MuJoCo version 3.2.4). Please is there any setup/ alternative that would improve this condition while the bug is being resolved?
Thanks in advance!
Hi,
I'm an engineer and I'm trying to use MuJoCo for collision detection.
At the beginning I experienced this behavior with our own geometries, but after looking more in depth I found the same output with two general MuJoCo geometries. The issue is that I found negative distances between bodies even though they are not in contact. when they are in a close distance you can see negative distance. Not only that the contact point it is not where I would expect it to be. As you can see in the screenshot bellow it seems it is facing the center of the disk instead of the surface.
I want to get the distance between the bodies. Am I missing some setting for this?
Here is a simplified model which explains my question:
I am using MuJoCo 3.2.0
XML
```XMLthe python script (not including the xml model from above:
Here is a screenshot, illustrating my question, already with the initial conditions I have the issue: