Skip to content

Commit

Permalink
[rolling][urdf] remove upper and lower limit for gimbal joint
Browse files Browse the repository at this point in the history
  • Loading branch information
sugikazu75 committed Dec 26, 2023
1 parent 035a1fe commit cce6d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robots/rolling/urdf/20231013_frame/rolling_link.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<!-- gimbal joint -->
<joint name="gimbal${self}" type="continuous">
<limit effort="3" lower="-3.14" upper="3.14" velocity="12.5"/>
<limit effort="3" velocity="12.5"/>
<parent link="link${self}"/>
<child link="gimbal_link${self}"/>
<axis xyz="1 0 0"/>
Expand Down

0 comments on commit cce6d97

Please sign in to comment.