File size: 261 Bytes
34ffeaf | 1 2 3 4 5 6 7 8 9 10 11 | <?xml version="1.0" ?>
<mujoco model="cube">
<asset>
<mesh name="mesh_cube" file="../obj/cube.obj"/>
</asset>
<worldbody>
<body name="cube">
<geom name="cube_geom" type="mesh" mesh="mesh_cube"/>
</body>
</worldbody>
</mujoco> |