File size: 267 Bytes
34ffeaf | 1 2 3 4 5 6 7 8 9 10 11 12 | <?xml version="1.0" ?>
<mujoco model="rod-40">
<asset>
<mesh name="mesh_beam" file="../obj/rod-40.obj"/>
</asset>
<worldbody>
<body name="beam">
<geom name="beam_geom" type="mesh" mesh="mesh_beam"/>
</body>
</worldbody>
</mujoco>
|