|
ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
#include <FullState.h>
Classes | |
| struct | Pimpl |
Public Member Functions | |
| FullModelState (const std::string &name, const Model &model, int whichPart) | |
| const Eigen::MatrixXd & | getInertiaMatrix () const |
| const Eigen::MatrixXd & | getInertiaMatrixInverse () const |
| const Eigen::VectorXd & | q () const |
| const Eigen::VectorXd & | qdot () const |
| const Eigen::VectorXd & | qddot () const |
| const Eigen::VectorXd & | tau () const |
Public Member Functions inherited from ocra::FullState | |
| FullState (const std::string &name, const Model &model, int whichPart) | |
| virtual | ~FullState ()=0 |
| const Model & | getModel () const |
| int | getSize () const |
| const Eigen::MatrixXd & | getJacobian () const |
Public Member Functions inherited from ocra::NamedInstance | |
| NamedInstance (const std::string &name) | |
| const std::string & | getName () const |
| virtual | ~NamedInstance () |
Additional Inherited Members | |
Public Types inherited from ocra::FullState | |
| enum | { FULL_STATE, FREE_FLYER, INTERNAL } |
Protected Member Functions inherited from ocra::FullState | |
| int | whichPart () const |
Definition at line 52 of file FullState.h.
| ocra::FullModelState::FullModelState | ( | const std::string & | name, |
| const Model & | model, | ||
| int | whichPart | ||
| ) |
Definition at line 81 of file FullState.cpp.
|
virtual |
Implements ocra::FullState.
Definition at line 129 of file FullState.cpp.
|
virtual |
Implements ocra::FullState.
Definition at line 146 of file FullState.cpp.
|
virtual |
Implements ocra::FullState.
Definition at line 89 of file FullState.cpp.
|
virtual |
Implements ocra::FullState.
Definition at line 119 of file FullState.cpp.
|
virtual |
Implements ocra::FullState.
Definition at line 104 of file FullState.cpp.
|
virtual |
Implements ocra::FullState.
Definition at line 124 of file FullState.cpp.
1.8.11