Skip to content

Instantly share code, notes, and snippets.

@pythongo1
Created September 30, 2019 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pythongo1/f0f05dfd35cd4ddf7eb89ed1f31db322 to your computer and use it in GitHub Desktop.
Save pythongo1/f0f05dfd35cd4ddf7eb89ed1f31db322 to your computer and use it in GitHub Desktop.
<link name="finger5">
<visual>
<origin xyz="0 0.019427 0"/>
<geometry>
<!-- <box size="0.008 0.0355 0.008"/> -->
<mesh filename="package://rrbot_description/meshes/finger5_shell.dae" scale="1 1 1"/>
</geometry>
<material name="black"/>
</visual>
<collision>
<origin xyz="0 0.019427 0"/>
<geometry>
<!-- <box size="0.008 0.0355 0.008"/> -->
<mesh filename="package://rrbot_description/meshes/finger5_shell.dae" scale="1 1 1"/>
</geometry>
</collision>
<inertial>
<origin xyz="0 0 0"/>
<mass value="1"/>
<inertia
ixx="0.01" ixy="0.0" ixz="0.0"
iyy="0.01" iyz="0.0"
izz="0.01"/>
</inertial>
</link>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment