Compute position and jacobian of a local frame attached to a joint. More...
#include <sot/core/op-point-modifier.hh>
Public Member Functions | |
virtual const std::string & | getClassName (void) const |
OpPointModifier (const std::string &name) | |
virtual | ~OpPointModifier (void) |
ml::Matrix & | jacobianSOUT_function (ml::Matrix &res, const int &time) |
MatrixHomogeneous & | positionSOUT_function (MatrixHomogeneous &res, const int &time) |
void | setTransformation (const MatrixHomogeneous &tr) |
void | setTransformationBySignalName (std::istringstream &cmdArgs) |
const MatrixHomogeneous & | getTransformation (void) |
virtual void | commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os) |
Public Attributes | |
dg::SignalPtr< ml::Matrix, int > | jacobianSIN |
dg::SignalPtr < MatrixHomogeneous, int > | positionSIN |
dg::SignalTimeDependent < ml::Matrix, int > | jacobianSOUT |
dg::SignalTimeDependent < MatrixHomogeneous, int > | positionSOUT |
Static Public Attributes | |
static const std::string | CLASS_NAME |
Compute position and jacobian of a local frame attached to a joint.
The position of the local frame in the frame of the joint is represented by transformation.
dynamicgraph::sot::OpPointModifier::OpPointModifier | ( | const std::string & | name | ) |
virtual dynamicgraph::sot::OpPointModifier::~OpPointModifier | ( | void | ) | [inline, virtual] |
virtual void dynamicgraph::sot::OpPointModifier::commandLine | ( | const std::string & | cmdLine, |
std::istringstream & | cmdArgs, | ||
std::ostream & | os | ||
) | [virtual] |
Reimplemented from dynamicgraph::Entity.
virtual const std::string& dynamicgraph::sot::OpPointModifier::getClassName | ( | void | ) | const [inline, virtual] |
Implements dynamicgraph::Entity.
ml::Matrix& dynamicgraph::sot::OpPointModifier::jacobianSOUT_function | ( | ml::Matrix & | res, |
const int & | time | ||
) |
MatrixHomogeneous& dynamicgraph::sot::OpPointModifier::positionSOUT_function | ( | MatrixHomogeneous & | res, |
const int & | time | ||
) |
void dynamicgraph::sot::OpPointModifier::setTransformation | ( | const MatrixHomogeneous & | tr | ) |
void dynamicgraph::sot::OpPointModifier::setTransformationBySignalName | ( | std::istringstream & | cmdArgs | ) |
const std::string dynamicgraph::sot::OpPointModifier::CLASS_NAME [static] |