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