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