Files
Mujoco_WASM/test/engine/testdata/collision_convex/cylinder_box.xml
T
Saran Tunyasuvunakool 1913a02b40 Initial open sourcing of MuJoCo.
PiperOrigin-RevId: 450374687
Change-Id: Ie3225a46ce095fc28ae8e63c326a640261f562bb
2022-05-23 01:08:49 -07:00

21 lines
449 B
XML

<mujoco>
<option>
<flag multiccd="enable"/>
</option>
<visual>
<quality shadowsize="8192"/>
<scale forcewidth="0.01" contactwidth="0.05" contactheight="0.05"/>
<map force="0.1"/>
</visual>
<worldbody>
<light pos="0 0 1"/>
<geom type="box" size="1 1 .3" pos="0 0 -.3" rgba=".5 .5 .5 .5"/>
<body pos="0 0 .02">
<freejoint/>
<geom type="cylinder" size=".4 .03"/>
</body>
</worldbody>
</mujoco>