Skip to content

Commit

Permalink
removed physics params
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Nov 12, 2021
1 parent 948f695 commit 119ec22
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions uos_gazebo_worlds/worlds/avz_collada.world
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,6 @@
<shadows>false</shadows>
</scene>

<physics type="ode">
<gravity>0 0 -9.8</gravity>
<ode>
<solver>
<type>quick</type>
<dt>0.001</dt>
<iters>10</iters>
<sor>1.3</sor>
</solver>
<constraints>
<cfm>0.0</cfm>
<erp>0.2</erp>
<contact_max_correcting_vel>100.0</contact_max_correcting_vel>
<contact_surface_layer>0.001</contact_surface_layer>
</constraints>
</ode>
</physics>

<!-- Ground Plane -->
<model name="plane1_model">
<link name="body">
Expand All @@ -37,8 +19,8 @@
<surface>
<friction>
<ode>
<mu>10.0</mu>
<mu2>10.0</mu2>
<mu>1.0</mu>
<mu2>1.0</mu2>
<fdir1>0 0 0</fdir1>
<slip1>0</slip1>
<slip2>0</slip2>
Expand Down

0 comments on commit 119ec22

Please sign in to comment.