Skip to content

Commit 463e452

Browse files
author
Victor Lopez
committed
Add friction to avoid joint slippage, specially in TIAGo
1 parent 29f18fe commit 463e452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pmb2_description/urdf/wheels/wheel.urdf.xacro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041
7272
<origin xyz="0 ${-separation / 2 * reflect} 0.0" rpy="${-90.0 * deg_to_rad} 0 0"/>
7373
<axis xyz="0 0 1"/>
7474
<limit effort="${torque}" velocity="${velocity / radius}"/>
75+
<dynamics damping="0.0" friction="10."/>
7576
</joint>
7677

7778
<!-- Gazebo extensions -->

0 commit comments

Comments
 (0)