Files
Mujoco_WASM/test/user/testdata/malformed_duplicated.xml
T
Alessio Quaglino 015bdeb756 Disallow repeated nameless assets that use the same file, except for URDFs.
PiperOrigin-RevId: 675114055
Change-Id: I142811ac2d8ef9e12bb8a06d5f3a2fdac02946da
2024-09-16 05:50:50 -07:00

11 lines
201 B
XML

<mujoco>
<asset>
<mesh file="cube.obj"/>
<mesh file="cube.obj"/>
</asset>
<worldbody>
<geom type="mesh" mesh="cube_0"/>
<geom type="mesh" mesh="cube_1"/>
</worldbody>
</mujoco>