File size: 241 Bytes
2c55b92
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
<mujoco>
  <asset>
    <model name="other" file="child.xml"/>
  </asset>
  <worldbody>
    <body name="parent">
      <geom name="geom" size="2"/>
      <attach model="other" body="body" prefix="other"/>
    </body>
  </worldbody>
</mujoco>