ENV_ASSETS / tabletop /object /obj_orange.xml
Jeongeun's picture
Upload folder using huggingface_hub
3542aa9 verified
<mujoco model="obj_orange">
<asset>
<texture type="2d" name="ycb-orange" file="ycb-orange.png" />
<material name="ycb-orange_mat" texture="ycb-orange" specular="0.5" shininess="0.5" />
<mesh file="ycb-orange.obj" />
</asset>
<worldbody>
<!-- 0.002 0.0153 0 -->
<body name="obj_orange" pos="0 0 0">
<freejoint />
<body pos="0.001 0.017 0" euler="0 0 0">
<geom type="mesh" material="ycb-orange_mat" mesh="ycb-orange" class="visual_collision" />
<geom type="box" pos="-0.001 -0.017 -0.001" euler="0 0 0" size="0.02 0.02 0.0005" class="no_visual_collision"/>
<inertial pos="0 0 0" mass="1.5" diaginertia="0.01 0.01 0.01" />
</body>
</body>
</worldbody>
</mujoco>