Files
Mujoco_WASM/test/engine/testdata/ray/hfield.xml
T
Yuval Tassa 70bc7be4bc Add additional data fields that can be reported by rangefinder sensors.
PiperOrigin-RevId: 848316991
Change-Id: Idbf7ba81b4da711a22c23302c8782ab2b0b98d82
2025-12-23 15:33:00 -08:00

19 lines
452 B
XML

<mujoco>
<asset>
<hfield name="hfield" nrow="5" ncol="5" size=".8 .8 .8 .3"
elevation="1 0 1 1 0
0 1 1 0 1
1 .5 1 0 1
0 1 0 0 1
0 1 0 0 1"/>
</asset>
<include file="ray_swing.xml"/>
<worldbody>
<body pos="-.5 .002 0" euler="10 50 -40" mocap="true">
<geom type="hfield" hfield="hfield"/>
</body>
</worldbody>
</mujoco>