Home Toolbox functions Sample projects Tutorials Downloads |
|
Reference for maple version: Appendix B in Multibody Mechanics and Visualization by Harry Dankowicz, published by Springer Verlag UK, 2004.
LinearVelocity[O,P]
O: name of defined observer
P: name of defined point
The function LinearVelocity returns the linear velocity of the point P relative to the observer O.
Remember to invoke DeclareStates prior to using LinearVelocity.
Restart; DeclareObservers[A]; DeclarePoints[A,B]; DeclareTriads[a]; DefineObservers[{A,A,a}]; DefinePoints[{A,B,a,q1,q2,q1-q2}]; DeclareStates[q1,q2]; LinearVelocity[A,B]
|
©2004-2017 Harry Dankowicz Mechanical Science and Engineering University of Illinois at Urbana-Champaign | Home Toolbox functions Sample projects Tutorials Downloads |