Explorar o código

Fixed Effector rotation

Incorrect rotation of the Effector object caused the manipulator was not abble to reach apples while pickong

Signed-off-by: Paweł Budziszewski <[email protected]>
Paweł Budziszewski %!s(int64=2) %!d(string=hai) anos
pai
achega
2f5873428a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Project/Assets/applekraken_urdf/apple_kraken.xacro

+ 1 - 1
Project/Assets/applekraken_urdf/apple_kraken.xacro

@@ -502,7 +502,7 @@
     </joint>
     </joint>
 
 
     <joint name="effector_joint" type="fixed">
     <joint name="effector_joint" type="fixed">
-      <origin rpy="0 0 0" xyz="-0.0100173 -0.0020601 0.4332509"/>
+      <origin rpy="1.571 0 1.571" xyz="-0.0100173 -0.0020601 0.4332509"/>
       <parent link="kraken_manipulator_link_4"/>
       <parent link="kraken_manipulator_link_4"/>
       <child link="Effector"/>
       <child link="Effector"/>
     </joint>
     </joint>