Skip to content

Commit

Permalink
joint5のリミットを左右対称に修正する (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shota Aoki authored Nov 10, 2021
1 parent 352a54b commit 146ccfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crane_x7_description/urdf/crane_x7_arm.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
<joint name="${NAME_JOINT_5}" type="revolute">
<origin xyz="0 0 0.121" rpy="0 0 0"/>
<axis xyz="0 0 1"/>
<limit effort="4.0" velocity="${joints_vlimit}" lower="-2.77343" upper="1.51403"/>
<limit effort="4.0" velocity="${joints_vlimit}" lower="-2.77343" upper="2.77343"/>
<parent link="${NAME_LINK_4}"/>
<child link="${NAME_LINK_5}"/>
<dynamics damping="1.0e-6" friction="2.0e-1"/>
Expand Down

0 comments on commit 146ccfe

Please sign in to comment.