Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Fix PGS friction cone. #456

Closed
duburcqa opened this issue Nov 29, 2021 · 0 comments · Fixed by #461 or #460
Closed

[core] Fix PGS friction cone. #456

duburcqa opened this issue Nov 29, 2021 · 0 comments · Fixed by #461 or #460
Labels
bug Something isn't working core P0 Highest priority issue

Comments

@duburcqa
Copy link
Owner

duburcqa commented Nov 29, 2021

Enforcing ||Ft||<µ Fn independently using Fx/y = min(Fx/y, sqrt(µ Fn^2 - Fy/x^2)) for x and y axes is ill-posed and can be proven to not converge to the solution. It clamping must be done jointly x and y axes (x, y) *= min(1.0, ||(x, y)|| / µ Fn) to converge.

@duburcqa duburcqa added bug Something isn't working core P0 Highest priority issue labels Nov 29, 2021
@duburcqa duburcqa linked a pull request Dec 1, 2021 that will close this issue
@duburcqa duburcqa closed this as completed Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core P0 Highest priority issue
Projects
None yet
1 participant