Files
Mujoco_WASM/test/engine/testdata/sleep/mocap.xml
T
Yuval Tassa b8512b9d1f Fix bug related to sleeping static children of mocap bodies.
PiperOrigin-RevId: 831376685
Change-Id: I8891a1d7dc6efc037e9ade5c7e8dd5c35c7e455e
2025-11-12 07:20:03 -08:00

29 lines
596 B
XML

<mujoco>
<custom>
<numeric name="duration" data="0.1"/>
</custom>
<option>
<flag sleep="enable"/>
</option>
<worldbody>
<geom size="1"/>
<body name="mocap_static" pos="-5 0 0.01" mocap="true">
<geom size="1" rgba="1 0 0 1"/>
<body pos="0 0 1">
<geom size="1" rgba="0 0 1 1"/>
</body>
</body>
<body name="mocap_dynamic" pos="5 0 0.01" mocap="true">
<geom size="1" rgba="1 0 0 1"/>
<body pos="0 0 2">
<joint type="slide"/>
<geom size="1" rgba="0 0 1 1"/>
</body>
</body>
</worldbody>
</mujoco>