mirror of
https://github.com/osrf/gazebo_models.git
synced 2025-09-15 12:58:56 +08:00
attempt to eliminate cordless_drill jitter by adding margin to contact LCP (min_depth = 1mm).
This commit is contained in:
parent
02233e5130
commit
527f2ca599
@ -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">
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
<contact>
|
||||
<ode>
|
||||
<max_vel>0.1</max_vel>
|
||||
<min_depth>0.001</min_depth>
|
||||
</ode>
|
||||
</contact>
|
||||
</surface>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user