Files
Mujoco_WASM/test/engine/testdata/island/abacus.xml
T
Yuval Tassa 3e034e38b2 Add constraint island discovery
PiperOrigin-RevId: 557067599
Change-Id: Ic41e1d0efef02b7a79142518afe49cf9d4e74725
2023-08-15 02:30:05 -07:00

36 lines
622 B
XML

<mujoco>
<option gravity="1 0 0">
<flag island="enable"/>
</option>
<default>
<joint type="slide" axis="1 0 0" damping="10"/>
<geom size=".1"/>
</default>
<worldbody>
<body>
<geom type="box" size=".05 .1 .1"/>
</body>
<body pos=".25 0 0">
<joint/>
<geom/>
</body>
<body pos=".5 0 0">
<joint/>
<geom/>
</body>
<body pos=".75 0 0">
<joint/>
<geom/>
</body>
<body pos="1 0 0">
<joint/>
<geom/>
</body>
<body pos="1.25 0 0">
<geom type="box" size=".05 .1 .1"/>
</body>
</worldbody>
</mujoco>