-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unitialized sliding friction when using asymmetric rolling fricti…
…on. (#6618) * Fix unitialized sliding friction when using asymmetric rolling friction. Also update expected values in test to reflect the result of the change. Previously mu2 was initialized when using asymmetric rolling friction, but ODE will use asymmetric sliding friction if we set `dContactAxisDep` (because `dContactAxisDep == dContactMu2`), so we need to make sure `mu2` is set. The unitialized mu2 was resulting in the rolling_friction test failing under some circumstances. * Update changelog.
- Loading branch information
Showing
3 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters