Skip to content

Commit

Permalink
reduced runway friction, to make takeoff easier
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutherland333 committed Aug 1, 2024
1 parent 63594e5 commit 987a1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rosflight_sim/resources/runway.world
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<surface>
<friction>
<ode>
<mu>0.25</mu>
<mu2>0.25</mu2>
<mu>0.1</mu>
<mu2>0.1</mu2>
</ode>
</friction>
</surface>
Expand Down

0 comments on commit 987a1f2

Please sign in to comment.