Files
Mujoco_WASM/test/engine/testdata/ray/ray_swing.xml
T
Yuval Tassa d1317fd1a5 Add ray normal computation for primitives (currently private)
PiperOrigin-RevId: 834294539
Change-Id: I176f13a8f91dede589338fc44e099a16bac0b580
2025-11-19 08:01:02 -08:00

23 lines
513 B
XML

<mujoco>
<visual>
<global realtime=".25"/>
</visual>
<default>
<geom rgba=".5 .5 .5 .5"/>
</default>
<worldbody>
<light pos="0 0 3"/>
<body pos="1 0 0">
<joint axis="0 -1 0" armature="1" stiffness="10" damping="8" springref="200"/>
<inertial mass="1" diaginertia=".002 .002 .002" pos="0 0 1.1"/>
<site name="rf" type="cylinder" pos="-.1 0 1.1" zaxis="-1 .1 0" size=".02 .05"/>
</body>
</worldbody>
<sensor>
<rangefinder site="rf"/>
</sensor>
</mujoco>