-
Notifications
You must be signed in to change notification settings - Fork 187
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
Quaternion formalism in the core and range check #3748
Conversation
Pull out the content of the square root and check that it is positive with an assertion. Explain in the documentation that it can happen for very high angular velocities.
Force capping ignores torques while steepest descent includes them.
Codecov Report
@@ Coverage Diff @@
## python #3748 +/- ##
======================================
- Coverage 89% 89% -1%
======================================
Files 552 552
Lines 24513 24511 -2
======================================
- Hits 21842 21831 -11
- Misses 2671 2680 +9
Continue to review full report at Codecov.
|
LGTM. Except that steepest descent does not cap the forces/torques but the maximum displacement in position and orientation. |
good point, I'll correct the sentence |
Partial fix for #3713
Description of changes: