File size: 807 Bytes
3542aa9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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>