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;
65 dynamicgraph::Matrix &jacobianSOUT_function(dynamicgraph::Matrix &res,
69 void setTransformation(
const Eigen::Matrix4d &tr);
70 void setTransformationBySignalName(std::istringstream &cmdArgs);
71 const Eigen::Matrix4d &getTransformation(
void);
86 #endif // __SOT_OP_POINT_MODIFIOR_H__ Eigen::Transform< double, 3, Eigen::Affine > SOT_CORE_EXPORT MatrixHomogeneous
Definition: matrix-geometry.hh:75
static const std::string CLASS_NAME
Definition: op-point-modifier.hh:51
dynamicgraph::SignalTimeDependent< MatrixHomogeneous, int > positionSOUT
Definition: op-point-modifier.hh:59
virtual const std::string & getClassName(void) const
Definition: op-point-modifier.hh:52
virtual ~OpPointModifier(void)
Definition: op-point-modifier.hh:63
#define SOTOPPOINTMODIFIER_EXPORT
Definition: op-point-modifier.hh:33
dynamicgraph::SignalTimeDependent< dynamicgraph::Matrix, int > jacobianSOUT
Definition: op-point-modifier.hh:58
dynamicgraph::SignalPtr< MatrixHomogeneous, int > positionSIN
Definition: op-point-modifier.hh:56
Compute position and jacobian of a local frame attached to a joint.
Definition: op-point-modifier.hh:49
Definition: abstract-sot-external-interface.hh:17
dynamicgraph::SignalPtr< dynamicgraph::Matrix, int > jacobianSIN
Definition: op-point-modifier.hh:55