angularVelocity2Compute angular velocity resolved in frame 2 from quaternions orientation object and its derivative |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
w = Quaternions.angularVelocity2(Q, der_Q);
This function returns the angular velocity w of frame 2 with respect to frame 1, resolved in frame 2, from the quaternions orientation Q that describes the orientation to rotate frame 1 into frame 2 and from its first time derivative der_Q.
Frames.angularVelocity2, TransformationMatrices.angularVelocity2.
Q |
Type: Orientation Description: Quaternions orientation object to rotate frame 1 into frame 2 |
---|---|
der_Q |
Type: der_Orientation (ยน/s) Description: Derivative of Q |
w |
Type: AngularVelocity[3] (rad/s) Description: Angular velocity of frame 2 with respect to frame 1 resolved in frame 2 |
---|