mujoco
mujoco copied to clipboard
Python Viewer: Clear displayed error post successful model load
- Load a healthy model on the viewer using
python -m mujoco.viewer --mjcf=model.xml
- Now edit the model.xml to introduce a bug
- Reload the viewer. The viewer correctly shows the compilation error
- Now undo/fix the model edit/error
- Hit reload on the viewer to pick the new model.
- As there is no error, the model loads just fine
- The old error from step 3 is on display. If my understanding is correct - there shouldn't be any error message on the display as the model load was successful
Version: MuJoCo 3.9 OS: Ubuntu 18.04
Can you check if this issue also happens with the native simulate app?
@saran-t Native simulate reloads the model fine and the error message disappears.
@kevinzakka beats me to this. Thanks Kevin :)