ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
Used to build tasks in the manikin configuration space. More...
#include <Feature.h>
Classes | |
struct | Pimpl |
Public Member Functions | |
FullStateFeature (const std::string &name, FullState::Ptr state) | |
int | getDimension () const |
const Eigen::MatrixXd & | getSpaceTransform () const |
const Eigen::VectorXd & | computeEffort (const Feature &featureDes) const |
const Eigen::VectorXd & | computeAcceleration (const Feature &featureDes) const |
const Eigen::VectorXd & | computeError (const Feature &featureDes) const |
const Eigen::VectorXd & | computeErrorDot (const Feature &featureDes) const |
const Eigen::MatrixXd & | computeJacobian (const Feature &featureDes) const |
const Eigen::MatrixXd & | computeProjectedMass (const Feature &featureDes) const |
const Eigen::MatrixXd & | computeProjectedMassInverse (const Feature &featureDes) const |
const Eigen::VectorXd & | computeEffort () const |
const Eigen::VectorXd & | computeAcceleration () const |
const Eigen::VectorXd & | computeError () const |
const Eigen::VectorXd & | computeErrorDot () const |
const Eigen::MatrixXd & | computeJacobian () const |
const Eigen::MatrixXd & | computeProjectedMass () const |
const Eigen::MatrixXd & | computeProjectedMassInverse () const |
TaskState | getState () const |
void | setState (const TaskState &newState) |
Public Member Functions inherited from ocra::Feature | |
virtual | ~Feature ()=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::Feature | |
Feature (const std::string &name) | |
Used to build tasks in the manikin configuration space.
Can be used e.g. for Joint PD control.
ocra::FullStateFeature::FullStateFeature | ( | const std::string & | name, |
FullState::Ptr | state | ||
) |
Definition at line 1195 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1224 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1231 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1211 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1218 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1237 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1244 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1250 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1257 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1263 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1270 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1276 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1283 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1289 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1296 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1206 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1201 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1302 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1312 of file Feature.cpp.