Skip to content

Commit

Permalink
The rotation axis of of joint1 and joint3 in the URDF are in the oppo…
Browse files Browse the repository at this point in the history
…site direction as the real robot, change the direction of their rotation axis
  • Loading branch information
hongkai-dai committed Feb 9, 2015
1 parent 087bed1 commit 9fe7841
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions examples/IRB140/irb_140.urdf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" ?>
<robot
name="IRB140_-_M2004C_Complete_base.SLDASM">
<link
Expand Down Expand Up @@ -284,7 +285,7 @@
<parent link="base_link"/>
<child link="link_1"/>
<limit effort="300" lower="-3.14159265359" upper="3.14159265359" velocity="4.36"/>
<axis xyz="0 1 0"/>
<axis xyz="0 -1 0"/>
<origin rpy="0 0 0" xyz="0 -0.1095 0"/>
</joint>
<joint name="joint2" type="revolute">
Expand All @@ -298,7 +299,7 @@
<parent link="link_2"/>
<child link="link_3"/>
<limit effort="300" lower="-4.01425728" upper="0.87266463" velocity="4.36"/>
<axis xyz="0 0 -1"/>
<axis xyz="0 0 1"/>
<origin rpy="0 0 0" xyz="0 -0.360 0"/>
</joint>
<joint name="joint4" type="revolute">
Expand Down
4 changes: 2 additions & 2 deletions examples/IRB140/irb_140_convhull.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
<parent link="base_link"/>
<child link="link_1"/>
<limit effort="300" lower="-3.14159265359" upper="3.14159265359" velocity="4.36"/>
<axis xyz="0 1 0"/>
<axis xyz="0 -1 0"/>
<origin rpy="0 0 0" xyz="0 -0.1095 0"/>
</joint>
<joint name="joint2" type="revolute">
Expand All @@ -299,7 +299,7 @@
<parent link="link_2"/>
<child link="link_3"/>
<limit effort="300" lower="-4.01425728" upper="0.87266463" velocity="4.36"/>
<axis xyz="0 0 -1"/>
<axis xyz="0 0 1"/>
<origin rpy="0 0 0" xyz="0 -0.360 0"/>
</joint>
<joint name="joint4" type="revolute">
Expand Down

0 comments on commit 9fe7841

Please sign in to comment.