Fix joint 3 and 5 rotation direction.
authorWalter Fetter Lages <w.fetter@ieee.org>
Wed, 2 Oct 2019 03:53:01 +0000 (00:53 -0300)
committerWalter Fetter Lages <w.fetter@ieee.org>
Wed, 2 Oct 2019 03:53:01 +0000 (00:53 -0300)
wam_description/xacro/wam_j3.urdf.xacro
wam_description/xacro/wam_j5.urdf.xacro

index 1991fa9..aeabe2a 100644 (file)
@@ -47,7 +47,7 @@
                <parent link="${parent}"/>
                <child link="wam_link_3_virtual"/>
                <origin rpy="${-M_PI/2} 0 0" xyz="0.0 0.0 0.55"/>
-               <axis xyz="0 1 0"/>
+               <axis xyz="0 -1 0"/>
 <!--
        from Barrett Technology, Inc, WAM Arm User's Manual, 2008, Document:
        D1001, Version: AH.00
index f33faef..d7770cd 100644 (file)
@@ -43,7 +43,7 @@
                <parent link="${parent}"/>
                <child link="wam_link_5"/>
                <origin rpy="${-M_PI/2} 0 0" xyz="0.0 0.0 0.3"/>
-               <axis xyz="0 1 0"/>
+               <axis xyz="0 -1 0"/>
 <!--
        from Barrett Technology, Inc, WAM Arm User's Manual, 2008, Document:
        D1001, Version: AH.00