Disambiguation between errors and warnings when loading models #591
stillonearth
started this conversation in
General
Replies: 1 comment
-
Note the degenerate triangle warning will be removed in the next release, see da33c59. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some cases MuJoCo will throw an error such
Error loading model: Degenerate triangle found in mesh `trunk`, its orientation will not be checked.
I'm getting this from loading https://github.com/deepmind/mujoco_menagerie/blob/main/unitree_a1/a1.xml
Is there a way to distinguish fatal errors and warning programmatically with
mj_loadXML
?Beta Was this translation helpful? Give feedback.
All reactions