File size: 398 Bytes
34ffeaf
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" ?>
<mujoco model="ball-2">
  <asset>
    <mesh name="mesh_ball" file="../obj/ball-2.obj"/>
  </asset>
  <worldbody>
    <body name="anchor">
      <joint name="ball_rot_joint" type="hinge" axis="1 0 0" range="-360 360"/>
      <body name="ball" pos="0 0 -0.13706">
        <geom name="ball_geom" type="mesh" mesh="mesh_ball"/>
      </body>
    </body>
  </worldbody>
</mujoco>