Files
Mujoco_WASM/test/user/testdata/frame1.xml
T
Alessio Quaglino 2f46dec669 Fix bug in frame saving. Fixes #1802
PiperOrigin-RevId: 651696068
Change-Id: Ie1e2e1de4e83c42f2b5ebcc3afd0540b9afe7bbd
2024-07-12 01:56:38 -07:00

25 lines
596 B
XML

<mujoco model="load save load test model with 2 frames">
<worldbody>
<frame name="frame1" pos=".1 .2 .3">
<geom name="geom1" type="sphere" size=".1"/>
<body name="root1">
<joint name="joint1"/>
<geom type="sphere" size=".1"/>
</body>
<body name="root2">
<frame name="frame2" pos=".01 .02 .03">
<geom type="sphere" size=".1"/>
<body name="root22">
<geom type="sphere" size=".1"/>
</body>
</frame><!-- end frame2 -->
</body>
</frame> <!-- end frame1 -->
</worldbody>
</mujoco>