#include <chain1.h>
List of all members.
Public Member Functions |
| Chain1 () |
void | Force (VectorXd &f, double t, const MbsState &x, const VectorXd &u, MatrixXd *A=0, MatrixXd *B=0) |
Constructor & Destructor Documentation
Member Function Documentation
void Chain1::Force |
( |
VectorXd & |
f, |
|
|
double |
t, |
|
|
const MbsState & |
x, |
|
|
const VectorXd & |
u, |
|
|
MatrixXd * |
A = 0 , |
|
|
MatrixXd * |
B = 0 |
|
) |
| [virtual] |
Total resulting force on the system from external (e.g. gravity) and internal (control) inputs
- Parameters:
-
f | total force f(x,u,t) |
t | time |
x | state |
u | controls |
A | jacobian Dxf |
B | jacobian Duf |
Reimplemented from gcop::Mbs.
The documentation for this class was generated from the following files: