1913a02b40
PiperOrigin-RevId: 450374687 Change-Id: Ie3225a46ce095fc28ae8e63c326a640261f562bb
15 lines
385 B
XML
15 lines
385 B
XML
<mujoco model="frameless contact">
|
|
<asset>
|
|
<hfield name="hf" nrow="10" ncol="10" size="1 1 0.1 0.01"/>
|
|
</asset>
|
|
|
|
<worldbody>
|
|
<geom type="hfield" hfield="hf"/>
|
|
<body>
|
|
<joint type="slide" axis="1 0 0" damping="1"/>
|
|
<joint type="slide" axis="0 1 0" damping="1"/>
|
|
<geom pos="0 0 0.2" size="0.3 0.3 0.2" type="box"/>
|
|
</body>
|
|
</worldbody>
|
|
</mujoco>
|