You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Enforcing
||Ft||<µ Fn
independently usingFx/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.The text was updated successfully, but these errors were encountered: