|
ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
Creates a frame whose center is at the CoM of the model and whose axes are parallel to the axes of the world frame. More...
#include <ControlFrame.h>
Classes | |
| struct | Pimpl |
Public Member Functions | |
| CoMFrame (const std::string &name, const Model &model) | |
| Eigen::Displacementd | getPosition () const |
| Eigen::Twistd | getVelocity () const |
| Eigen::Twistd | getAcceleration () const |
| Eigen::Wrenchd | getWrench () const |
| Eigen::Matrix< double, 6, Eigen::Dynamic > | getJacobian () const |
| bool | dependsOnModelConfiguration () const |
| const Model & | getModel () const |
Public Member Functions inherited from ocra::ControlFrame | |
| virtual | ~ControlFrame ()=0 |
Public Member Functions inherited from ocra::NamedInstance | |
| NamedInstance (const std::string &name) | |
| const std::string & | getName () const |
| virtual | ~NamedInstance () |
Additional Inherited Members | |
Protected Member Functions inherited from ocra::ControlFrame | |
| ControlFrame (const std::string &name) | |
Creates a frame whose center is at the CoM of the model and whose axes are parallel to the axes of the world frame.
Definition at line 132 of file ControlFrame.h.
| ocra::CoMFrame::CoMFrame | ( | const std::string & | name, |
| const Model & | model | ||
| ) |
Definition at line 215 of file ControlFrame.cpp.
|
virtual |
Implements ocra::ControlFrame.
Definition at line 250 of file ControlFrame.cpp.
|
virtual |
Implements ocra::ControlFrame.
Definition at line 232 of file ControlFrame.cpp.
|
virtual |
Implements ocra::ControlFrame.
Definition at line 242 of file ControlFrame.cpp.
|
virtual |
Implements ocra::ControlFrame.
Definition at line 255 of file ControlFrame.cpp.
|
virtual |
Implements ocra::ControlFrame.
Definition at line 221 of file ControlFrame.cpp.
|
virtual |
Implements ocra::ControlFrame.
Definition at line 227 of file ControlFrame.cpp.
|
virtual |
Implements ocra::ControlFrame.
Definition at line 237 of file ControlFrame.cpp.
1.8.11