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
This test demonstrates a problem in our description of orientations
Two opposing forces (green arrows) are both acting on a body. Another identical body is connected to the first body.
If the second body is removed, the tests pass with quat = true or neg_w = true
If the second body is present, it passes with quat = false, neg_w = false
It passes with quat = true, if the transpose on Ω is removed in nonunit_quaternion_equations. This further indicates that that this transpose is equivalent to the neg_w
When the test fails, the result corresponds exactly to one of the forces being set to zero
Questions
What's the relation between the negative sign in the angular velocity and the force?
Why is negative sign needed sometimes but not other times? I.e., why does the second body b0 make a difference here?
This test demonstrates a problem in our description of orientations
Two opposing forces (green arrows) are both acting on a body. Another identical body is connected to the first body.
quat = true
orneg_w = true
quat = false, neg_w = false
quat = true
, if the transpose onΩ
is removed innonunit_quaternion_equations
. This further indicates that that this transpose is equivalent to the neg_wQuestions
b0
make a difference here?The text was updated successfully, but these errors were encountered: