Skip to content

Commit

Permalink
Use floor friction value from Gazebo empty world (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahtsan authored Jul 29, 2021
1 parent b7de6b2 commit 02819c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/aws_robomaker_warehouse_GroundB_01/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<surface>
<friction>
<ode>
<mu>0.3</mu>
<mu2>0.3</mu2>
<mu>100</mu>
<mu2>50</mu2>
<fdir1>0 0 0</fdir1>
<slip1>0</slip1>
<slip2>0</slip2>
Expand Down

0 comments on commit 02819c8

Please sign in to comment.