Skip to content

Commit

Permalink
plowing_effect_test.world: update contact params
Browse files Browse the repository at this point in the history
Improve stability of contact points through softened
kp and kd, and small max_vel and min_depth values.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Jul 6, 2022
1 parent ecedcc1 commit 5432fe5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions test/worlds/plowing_effect_test.world
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
</sphere>
</geometry>
<surface>
<contact>
<ode>
<kp>40000</kp>
<kd>16</kd>
<max_vel>10</max_vel>
<min_depth>0.005</min_depth>
</ode>
</contact>
<friction>
<ode>
<fdir1>0 1 0</fdir1>
Expand Down Expand Up @@ -121,6 +129,14 @@
</sphere>
</geometry>
<surface>
<contact>
<ode>
<kp>40000</kp>
<kd>16</kd>
<max_vel>10</max_vel>
<min_depth>0.005</min_depth>
</ode>
</contact>
<friction>
<ode>
<fdir1>0 1 0</fdir1>
Expand Down Expand Up @@ -170,6 +186,14 @@
</sphere>
</geometry>
<surface>
<contact>
<ode>
<kp>40000</kp>
<kd>16</kd>
<max_vel>10</max_vel>
<min_depth>0.005</min_depth>
</ode>
</contact>
<friction>
<ode>
<fdir1>0 1 0</fdir1>
Expand Down

0 comments on commit 5432fe5

Please sign in to comment.