Skip to content

Commit 40e95d4

Browse files
Added some friction parameters to the grippers for better interaction in simulation (#15)
1 parent ad50ff9 commit 40e95d4

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

robotiq_description/urdf/robotiq_gripper_macro.urdf.xacro

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,24 @@
159159
<geometry>
160160
<mesh filename="package://robotiq_description/meshes/collision/left_finger_tip.stl" />
161161
</geometry>
162+
<surface>
163+
<friction>
164+
<ode>
165+
<mu1>100000.0</mu1>
166+
<mu2>100000.0</mu2>
167+
</ode>
168+
</friction>
169+
<contact>
170+
<ode>
171+
<kp>1e+5</kp>
172+
<kd>1</kd>
173+
<soft_cfm>0</soft_cfm>
174+
<soft_erp>0.2</soft_erp>
175+
<minDepth>0.002</minDepth>
176+
<maxVel>0</maxVel>
177+
</ode>
178+
</contact>
179+
</surface>
162180
</collision>
163181
<inertial>
164182
<origin xyz="-0.01456706 -0.0008 0.01649701" rpy="0 0 0" />
@@ -177,6 +195,24 @@
177195
<geometry>
178196
<mesh filename="package://robotiq_description/meshes/collision/right_finger_tip.stl" />
179197
</geometry>
198+
<surface>
199+
<friction>
200+
<ode>
201+
<mu1>100000.0</mu1>
202+
<mu2>100000.0</mu2>
203+
</ode>
204+
</friction>
205+
<contact>
206+
<ode>
207+
<kp>1e+5</kp>
208+
<kd>1</kd>
209+
<soft_cfm>0</soft_cfm>
210+
<soft_erp>0.2</soft_erp>
211+
<minDepth>0.002</minDepth>
212+
<maxVel>0</maxVel>
213+
</ode>
214+
</contact>
215+
</surface>
180216
</collision>
181217
<inertial>
182218
<origin xyz="0.01456706 5e-05 0.01649701" rpy="0 0 0" />

0 commit comments

Comments
 (0)