GAUGE-Dataset / assets /mjcf /cradle.xml
Nodevon's picture
Upload files
34ffeaf verified
Raw
History Blame Contribute Delete
378 Bytes
<?xml version="1.0" ?>
<mujoco model="cradle">
<asset>
<mesh name="mesh_ball" file="../obj/ball-2.obj"/>
</asset>
<worldbody>
<body name="pivot">
<joint name="hinge_1" type="hinge" axis="1 0 0"/>
<body name="ball_mesh" pos="0 0 -0.13263">
<geom name="ball_geom" type="mesh" mesh="mesh_ball"/>
</body>
</body>
</worldbody>
</mujoco>