Skip to content

Commit

Permalink
Merge pull request #30 from robotology/feature/bounce
Browse files Browse the repository at this point in the history
Add restitution coefficient to ground plane
  • Loading branch information
diegoferigo authored Oct 22, 2020
2 parents aff4464 + fe8c1c6 commit 9912675
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gym_ignition_models/ground_plane/ground_plane.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<mu>100</mu>
</ode>
</friction>
<bounce>
<restitution_coefficient>1</restitution_coefficient>
</bounce>
</surface>
</collision>
<visual name="visual">
Expand Down

0 comments on commit 9912675

Please sign in to comment.