Files
Mujoco_WASM/test/engine/testdata/select.xml
T
Yuval Tassa 165e72f798 Apply force perturbations at selection point rather than body center-of-mass.
PiperOrigin-RevId: 489996756
Change-Id: I87870a0c1d173449f15a7249f2459a6b726ff417
2022-11-21 09:13:16 -08:00

17 lines
454 B
XML

<mujoco>
<worldbody>
<light pos="0 0 3"/>
<geom type="plane" size="1 1 .01"/>
<body pos="0 0 1" quat="0 0.534522 0.801784 0.267261">
<freejoint/>
<geom type="box" size="0.15 0.1 0.05" pos="0.15 0.1 0.05" euler="30 30 30" rgba="1 0 0 1"/>
</body>
<body pos="0 0 2" quat="0 0.534522 0.801784 0.267261">
<freejoint/>
<geom type="box" size="0.15 0.1 0.05" rgba="0 0 1 1"/>
</body>
</worldbody>
</mujoco>