Skip to content

Commit

Permalink
remove all urdf files in IRB140 to IRB140/urdf directory, add a xacro…
Browse files Browse the repository at this point in the history
… file to generate IRB140 with robotiq hand
  • Loading branch information
hongkai-dai committed Feb 13, 2015
1 parent 1420e63 commit 770e750
Show file tree
Hide file tree
Showing 21 changed files with 11 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions examples/IRB140/urdf/xacro/irb_140_robotiq.xacro
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="IRB140">
<xacro:include filename="../irb_140.urdf" />

<xacro:include filename="../../../Atlas/urdf/robotiq.urdf" />

<joint name="robotiq_hand_joint" type="fixed">
<origin rpy="0.0 0.0 -1.57079" xyz="0.11904 0 0"/>
<parent link="link_6"/>
<child link="palm"/>
</joint>
</robot>

0 comments on commit 770e750

Please sign in to comment.