bullet3/data/mjcf/sphere.xml
erwincoumans 507d024f25 add example of a free moving sphere controlled by external torque
add some toy shape sorter cube (not finished yet)
2018-04-01 15:55:32 -07:00

11 lines
254 B
XML

<!--
MuJoCo MJCF test file. See http://mujoco.org/book/index.html
-->
<mujoco>
<worldbody>
<body pos="0 0 0">
<joint type="free"/>
<geom name="sphere_geom" size="0.05" type="sphere"/>
</body>
</worldbody>
</mujoco>