Skip to content

tzhao-bdai/mujoco-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

mujoco-bug ๐Ÿ›

Interesting bug in mujoco 3.2.6

To run, first create a virtual environment with the correct version of mujoco, then run the bug script:

python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python3 bug.py

A visualizer will pop up, in which you can verify that the geometries are not in penetration, despite the negative signed distance function returned by mj_geomDistance.

About

Interesting bug in mujoco 3.2.6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages