We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I am a undergrad student at SJTU, I use MuJoCo for my research on robot manipulation.
mujoco 3.3.0, mujoco-mjx 3.2.7, Python, Ubuntu 20.04
I used the following command to load my model in MJX and visualize:
JAX_PLATFORM_NAME=cpu python -m mujoco.mjx.viewer --mjcf scene.xml
I noticed that a significant penetration occurs between the mesh of a bottle and a box.
However, when I removed three empty bodies from the model, this penetration issue seemed to disappear.
I am unsure why this behavior occurs, as my previous understanding was that empty bodies should not affect the physics simulation.
<!-- <body name='a' pos="1.05 0.25 0.97"/> <body name='b' pos="1.05 0.283 0.97"/> <body name='c' pos="1.05 0.217 0.97"/> -->
demo.zip
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Intro
Hi!
I am a undergrad student at SJTU, I use MuJoCo for my research on robot manipulation.
My setup
mujoco 3.3.0, mujoco-mjx 3.2.7, Python, Ubuntu 20.04
What's happening? What did you expect?
I used the following command to load my model in MJX and visualize:
I noticed that a significant penetration occurs between the mesh of a bottle and a box.
2025-03-07.17.26.45.webm
However, when I removed three empty bodies from the model, this penetration issue seemed to disappear.
I am unsure why this behavior occurs, as my previous understanding was that empty bodies should not affect the physics simulation.
Steps for reproduction
Minimal model for reproduction
demo.zip
Code required for reproduction
No response
Confirmations
The text was updated successfully, but these errors were encountered: