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'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:
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?
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?
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
the 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:
The text was updated successfully, but these errors were encountered: