Skip to content

Commit

Permalink
reverting to old dynamics values for robot joints to fix joint veloci…
Browse files Browse the repository at this point in the history
…ty and torque issue (see issue #5)
  • Loading branch information
justagist committed Apr 2, 2021
1 parent 9f832a2 commit 7702ee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions robots/panda_arm.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@
<inertia ixx="0.0" ixy="0.0" ixz="0.0" iyy="0.0" iyz="0.0" izz="0.0"/>
</inertial>
</link>
<joint name="${arm_id}_joint8" type="fixed">
<origin rpy="0 0 0" xyz="0 0 0.107"/>
<joint name="${arm_id}_joint8" type="fixed">
<origin rpy="0 0 0" xyz="0 0 0.107"/>
<parent link="${arm_id}_link7"/>
<child link="${arm_id}_link8"/>
<axis xyz="0 0 0"/>
</joint>
</xacro:macro>
</robot>
</robot>

0 comments on commit 7702ee9

Please # to comment.