Files
Mujoco_WASM/test/xml/mjz/testdata/include_test/parent.xml
T
Sam Haves fa8ac7a516 Implement mjz encoder.
PiperOrigin-RevId: 918493808
Change-Id: I150d182ff27801d829537a8001a0b3a04c1a0499
2026-05-20 09:32:51 -07:00

9 lines
192 B
XML

<mujoco model="include_test">
<include file="child.xml"/>
<worldbody>
<body name="parent_body" pos="0 0 1">
<geom type="sphere" size="0.1"/>
</body>
</worldbody>
</mujoco>