Skip to content

Commit

Permalink
update gripper demo world
Browse files Browse the repository at this point in the history
  • Loading branch information
John Hsu committed Sep 22, 2012
1 parent fbdd3f7 commit a60e975
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdf/worlds/simple_gripper.world
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<solver>
<type>quick</type>
<dt>0.001</dt>
<iters>50</iters>
<sor>1.3</sor>
<iters>10</iters>
<sor>1.0</sor>
</solver>
<constraints>
<cfm>0.0</cfm>
<erp>0.2</erp>
<contact_max_correcting_vel>100.0</contact_max_correcting_vel>
<erp>0.01</erp>
<contact_max_correcting_vel>0.0</contact_max_correcting_vel>
<contact_surface_layer>0.001</contact_surface_layer>
</constraints>
</ode>
Expand Down

0 comments on commit a60e975

Please sign in to comment.