10 #ifndef __SOT_OP_POINT_MODIFIOR_H__
11 #define __SOT_OP_POINT_MODIFIOR_H__
13 #include <dynamic-graph/all-signals.h>
14 #include <dynamic-graph/entity.h>
20 #include <dynamic-graph/linear-algebra.h>
27 #if defined(op_point_modifier_EXPORTS)
28 #define SOTOPPOINTMODIFIER_EXPORT __declspec(dllexport)
30 #define SOTOPPOINTMODIFIER_EXPORT __declspec(dllimport)
33 #define SOTOPPOINTMODIFIER_EXPORT
52 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
55 dynamicgraph::SignalPtr<dynamicgraph::Matrix, int>
jacobianSIN;
58 dynamicgraph::SignalTimeDependent<dynamicgraph::Matrix, int>
jacobianSOUT;
59 dynamicgraph::SignalTimeDependent<MatrixHomogeneous, int>
positionSOUT;
Compute position and jacobian of a local frame attached to a joint.
Definition: op-point-modifier.hh:49
MatrixHomogeneous & positionSOUT_function(MatrixHomogeneous &res, const int &time)
dynamicgraph::SignalTimeDependent< dynamicgraph::Matrix, int > jacobianSOUT
Definition: op-point-modifier.hh:58
dynamicgraph::SignalPtr< dynamicgraph::Matrix, int > jacobianSIN
Definition: op-point-modifier.hh:55
virtual ~OpPointModifier(void)
Definition: op-point-modifier.hh:63
dynamicgraph::Matrix & jacobianSOUT_function(dynamicgraph::Matrix &res, const int &time)
dynamicgraph::SignalPtr< MatrixHomogeneous, int > positionSIN
Definition: op-point-modifier.hh:56
virtual const std::string & getClassName(void) const
Definition: op-point-modifier.hh:52
const Eigen::Matrix4d & getTransformation(void)
void setTransformation(const Eigen::Matrix4d &tr)
void setTransformationBySignalName(std::istringstream &cmdArgs)
OpPointModifier(const std::string &name)
dynamicgraph::SignalTimeDependent< MatrixHomogeneous, int > positionSOUT
Definition: op-point-modifier.hh:59
static const std::string CLASS_NAME
Definition: op-point-modifier.hh:51
Eigen::Transform< double, 3, Eigen::Affine > SOT_CORE_EXPORT MatrixHomogeneous
Definition: matrix-geometry.hh:75
Definition: abstract-sot-external-interface.hh:17
#define SOTOPPOINTMODIFIER_EXPORT
Definition: op-point-modifier.hh:33