Nodevon's picture
Upload files
34ffeaf verified
Raw
History Blame Contribute Delete
316 Bytes
<?xml version="1.0" ?>
<mujoco model = "base">
<asset>
<mesh name="mesh_teh" file="../obj/teh.obj"/>
</asset>
<worldbody>
<body name = "teh">
<freejoint/>
<geom name = "geom_teh" type = "mesh" mesh="mesh_teh"/>
</body>
</worldbody>
</mujoco>