couch/thirdparty/bullet/data/mjcf/sphere.xml

11 lines
254 B
XML
Raw Normal View History

2021-03-15 17:11:19 -05:00
<!--
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>