File size: 662 Bytes
62ffe8b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | <robot name="android_figure_panda">
<link name="_name">
<visual>
<origin xyz="0.0000798977 0.0002208807 -0.0377732348" rpy="0 0 0" />
<geometry>
<mesh filename="textured_simplified.obj" scale="1 1 1" />
</geometry>
<material name="texture">
<color rgba="1.0 1.0 1.0 1.0" />
</material>
</visual>
<collision>
<geometry>
<mesh filename="textured_simplified_vhacd.obj" scale="1 1 1" />
</geometry>
<origin xyz="0.0000798977 0.0002208807 -0.0377732348" rpy="0 0 0" /></collision>
<inertial>
<mass value="1.0" />
<inertia ixx="1.0" ixy="0.0" ixz="0.0" iyy="1.0" iyz="0.0" izz="1.0" />
</inertial>
</link>
</robot>
|