Skip to content

Commit

Permalink
Merge pull request #67 from Levi-Armstrong/issue32_fixTool0URDF
Browse files Browse the repository at this point in the history
Fix #32: corrects tool0 to match robot controller for abb_common
  • Loading branch information
Levi-Armstrong committed Feb 20, 2015
2 parents 22c2cd9 + e0fb746 commit 4387a40
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion abb_common/urdf/irb_2400.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<joint name="joint_6-tool0" type="fixed">
<parent link="link_6"/>
<child link="tool0"/>
<origin rpy="0 0 0" xyz="0 0 0"/>
<origin rpy="0 1.57079632679 0" xyz="0 0 0"/>
</joint>
<link name="base"/>
<joint name="base_link-base" type="fixed">
Expand Down
2 changes: 1 addition & 1 deletion abb_common/urdf/irb_2400_macro.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
<joint name="${prefix}joint_6-tool0" type="fixed">
<parent link="${prefix}link_6"/>
<child link="${prefix}tool0"/>
<origin xyz="0 0 0" rpy="0 0 0"/>
<origin xyz="0 0 0" rpy="0 1.57079632679 0"/>
</joint>
<!-- end of joint list -->

Expand Down
2 changes: 1 addition & 1 deletion abb_common/urdf/irb_5400.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<joint name="joint_6-tool0" type="fixed">
<parent link="link_6"/>
<child link="tool0"/>
<origin rpy="0.0 0.6109 0.0" xyz="0.0672 0 -0.0470"/>
<origin rpy="0.0 1.57079632679 0.0" xyz="0 0 0"/>
</joint>
<link name="base"/>
<joint name="base_link-base" type="fixed">
Expand Down
2 changes: 1 addition & 1 deletion abb_common/urdf/irb_5400_macro.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<joint name="${prefix}joint_6-tool0" type="fixed">
<parent link="${prefix}link_6" />
<child link="${prefix}tool0" />
<origin xyz="0.0672 0 -0.0470" rpy="0.0 0.6109 0.0" />
<origin xyz="0 0 0" rpy="0.0 1.57079632679 0.0" />
</joint>

<!-- end of joint list -->
Expand Down
2 changes: 1 addition & 1 deletion abb_common/urdf/irb_6640.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<limit effort="0" lower="-6.283" upper="6.283" velocity="3.3161"/>
</joint>
<joint name="joint_6-tool0" type="fixed">
<origin rpy="0 0 0" xyz=".055 0 0 "/>
<origin rpy="0 1.57079632679 0" xyz=".055 0 0 "/>
<axis xyz="1 0 0"/>
<parent link="link_6"/>
<child link="tool0"/>
Expand Down
2 changes: 1 addition & 1 deletion abb_common/urdf/irb_6640_macro.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
</joint>

<joint type="fixed" name="joint_6-tool0">
<origin xyz=".055 0 0 " rpy="0 0 0"/>
<origin xyz=".055 0 0 " rpy="0 1.57079632679 0"/>
<axis xyz="1 0 0"/>
<parent link="${prefix}link_6"/>
<child link="${prefix}tool0"/>
Expand Down

0 comments on commit 4387a40

Please sign in to comment.