Skip to content

Commit

Permalink
add robotiq hand and force torque sensor to the arm
Browse files Browse the repository at this point in the history
  • Loading branch information
hongkai-dai committed Feb 11, 2015
1 parent f42bbe0 commit e785143
Show file tree
Hide file tree
Showing 227 changed files with 530,143 additions and 0 deletions.
43 changes: 43 additions & 0 deletions examples/IRB140/ATI_sensor.urdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<robot
name="ATI-sensor">
<link
name="ATI_sensor">
<inertial>
<origin
xyz="-0.0064062 0.01873 0.011887"
rpy="0 0 0" />
<mass
value="0.68252" />
<inertia
ixx="0.000615295062479599"
ixy="-0.000155498855912512"
ixz="4.23692762827157E-06"
iyy="8.42227283334224E-06"
iyz="-0.000848389613222753"
izz="-8.42227283334216E-06" />
</inertial>
<visual>
<origin
xyz="1.5707963267949 0 0"
rpy="0 0 0" />
<geometry>
<mesh
filename="../meshes/ATI_sensor.STL" />
</geometry>
<material
name="">
<color
rgba="0.75294 0.75294 0.75294 1" />
</material>
</visual>
<collision>
<origin
xyz="0 0 0"
rpy="1.5707963267949 0 0" />
<geometry>
<mesh
filename="../meshes/ATI_sensor.STL" />
</geometry>
</collision>
</link>
</robot>
Loading

0 comments on commit e785143

Please sign in to comment.