ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
Used to build tasks in a partial configuration space. More...
#include <Feature.h>
Classes | |
struct | Pimpl |
Public Member Functions | |
PartialStateFeature (const std::string &name, PartialState::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 a partial configuration space.
Can be used e.g. for Joint PD control.
ocra::PartialStateFeature::PartialStateFeature | ( | const std::string & | name, |
PartialState::Ptr | state | ||
) |
Definition at line 1351 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1380 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1387 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1367 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1374 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1393 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1400 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1406 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1413 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1419 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1426 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1432 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1439 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1445 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1452 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1362 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1357 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1457 of file Feature.cpp.
|
virtual |
Implements ocra::Feature.
Definition at line 1467 of file Feature.cpp.