Переглянути джерело

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 2 роки тому
батько
коміт
2f5873428a
1 змінених файлів з 1 додано та 1 видалено
  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 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"/>
       <child link="Effector"/>
     </joint>