Skip to content

Commit

Permalink
Correct CSDA10F arm link joints to avoid controller joint limit alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
Danfoa committed Feb 15, 2019
1 parent cb1b360 commit 68c37c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions motoman_csda10f_support/urdf/arm_macro.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<child link="${prefix}link_1_s"/>
<origin xyz="0.1 ${reflect*0.023} 0.3381" rpy="1.57 0 ${(reflect-1)*1.57}"/>
<axis xyz="0 0 ${-reflect}" />
<limit lower="-3.13" upper="3.13" effort="0" velocity="2.95" />
<limit lower="-2.95" upper="2.95" effort="0" velocity="2.95" />
</joint>
<joint name="${prefix}joint_2_l" type="revolute">
<parent link="${prefix}link_1_s"/>
Expand All @@ -142,7 +142,7 @@
<child link="${prefix}link_4_u"/>
<origin xyz="0.00001 -0.0155 -0.185" rpy="-1.57 0 0"/>
<axis xyz="0 0 ${reflect}" />
<limit lower="-2.36" upper="2.36" effort="0" velocity="2.95" />
<limit lower="-2.35" upper="2.35" effort="0" velocity="2.95" />
</joint>
<joint name="${prefix}joint_5_r" type="revolute">
<parent link="${prefix}link_4_u"/>
Expand Down

0 comments on commit 68c37c8

Please sign in to comment.