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