mujoco / data /test /user /testdata /cube_skin.xml
introvoyz041's picture
Migrated from GitHub
2c55b92 verified
<mujoco>
<asset>
<mesh name="cube" file="cube.stl" scale=".05 .05 .05"/>
<skin name="skin" file="cube.skn"/>
</asset>
<worldbody>
<body name="box">
<geom type="box" mesh="cube"/>
</body>
</worldbody>
</mujoco>