attempt to eliminate cordless_drill jitter by adding margin to contact LCP (min_depth = 1mm).

This commit is contained in:
John Hsu 2013-04-19 12:00:05 -07:00
parent 02233e5130
commit 527f2ca599
3 changed files with 5 additions and 3 deletions

View File

@ -8,7 +8,7 @@
<up_axis>Y_UP</up_axis>
<created>Wed Apr 25 01:36:10 2012</created>
<modified>Wed Apr 25 01:36:10 2012</modified>
<unit meter="0.00254" name="inches"/>
<unit meter="0.001" name="mm"/>
</asset>
<library_images>
<image id="texture0" name="texture0">

View File

@ -3,6 +3,7 @@
<model name="coke_can">
<link name="link">
<inertial>
<pose>0 0 0.05 0 0 0</pose>
<mass>0.390</mass>
<inertia>
<ixx>0.00058</ixx>
@ -14,7 +15,7 @@
</inertia>
</inertial>
<collision name="collision">
<pose>0 0 -0.46 0 0 0</pose>
<pose>0 0 -0.18 0 0 0</pose>
<geometry>
<mesh>
<uri>model://coke_can/meshes/coke_can.dae</uri>
@ -22,7 +23,7 @@
</geometry>
</collision>
<visual name="visual">
<pose>0 0 -0.46 0 0 0</pose>
<pose>0 0 -0.18 0 0 0</pose>
<geometry>
<mesh>
<uri>model://coke_can/meshes/coke_can.dae</uri>

View File

@ -25,6 +25,7 @@
<contact>
<ode>
<max_vel>0.1</max_vel>
<min_depth>0.001</min_depth>
</ode>
</contact>
</surface>