Description: (Currently not used in simbody) The time duration which advances with each iteration of the dynamics engine, this has to be no bigger than max_step_size under physics block. If left unspecified, min_step_size defaults to max_step_size.
Required: 0
Type: double
Default: 0.0001
Description:
Relationship among dissipation, coef. restitution, etc.
d = dissipation coefficient (1/velocity)
vc = capture velocity (velocity where e=e_max)
vp = plastic velocity (smallest v where e=e_min) > vc
Assume real COR=1 when v=0.
e_min = given minimum COR, at v >= vp (a.k.a. plastic_coef_restitution)
d = slope = (1-e_min)/vp
OR, e_min = 1 - d*vp
e_max = maximum COR = 1-d*vc, reached at v=vc
e = 0, v <= vc
= 1 - d*v, vc < v < vp
= e_min, v >= vp
dissipation factor = d*min(v,vp) [compliant]
cor = e [rigid]
Combining rule e = 0, e1==e2==0
= 2*e1*e2/(e1+e2), otherwise
Required: 0
Type: n/a
<stiffness>
Description: Default contact material stiffness (force/dist or torque/radian).
Required: 0
Type: double
Default: 1e+08
<dissipation>
Description: dissipation coefficient to be used in compliant contact; if not given it is (1-min_cor)/plastic_impact_velocity
Required: 0
Type: double
Default: 100
<plastic_coef_restitution>
Description: this is the COR to be used at high velocities for rigid impacts; if not given it is 1 - dissipation*plastic_impact_velocity
Required: 0
Type: double
Default: 0.5
<plastic_impact_velocity>
Description: smallest impact velocity at which min COR is reached; set to zero if you want the min COR always to be used
Required: 0
Type: double
Default: 0.5
<static_friction>
Description: static friction (mu_s) as described by this plot: http://gazebosim.org/wiki/File:Stribeck_friction.png
Required: 0
Type: double
Default: 0.9
<dynamic_friction>
Description: dynamic friction (mu_d) as described by this plot: http://gazebosim.org/wiki/File:Stribeck_friction.png
Required: 0
Type: double
Default: 0.9
<viscous_friction>
Description: viscous friction (mu_v) with units of (1/velocity) as described by this plot: http://gazebosim.org/wiki/File:Stribeck_friction.png
Required: 0
Type: double
Default: 0
<override_impact_capture_velocity>
Description: for rigid impacts only, impact velocity at which COR is set to zero; normally inherited from global default but can be overridden here. Combining rule: use larger velocity
Required: 0
Type: double
Default: 0.001
<override_stiction_transition_velocity>
Description: This is the largest slip velocity at which we'll consider a transition to stiction. Normally inherited from a global default setting. For a continuous friction model this is the velocity at which the max static friction force is reached. Combining rule: use larger velocity
Required: 0
Type: double
Default: 0.001