Reference for maple version: Appendix B in Multibody Mechanics and Visualization by Harry Dankowicz, published by Springer Verlag UK, 2004.
Calling Sequence
AngularVelocity[a1,a2]
Parameters
a1, a2: name of defined triads
Description
The function AngularVelocity returns the angular velocity of the triad a2 relative to the triad a1.
Remember to invoke DeclareStates prior to using AngularVelocity.
Examples
Restart;
DeclareTriads[a,b];
DefineTriads[a,b,{q1,1},{q2,3},{q3,1}];
DeclareStates[q1,q2,q3];
AngularVelocity[a,b]
See Also
|
|