sot-core
4.11.8
Hierarchical task solver plug-in for dynamic-graph.
|
Go to the documentation of this file.
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
Compute position and jacobian of a local frame attached to a joint.
Definition: op-point-modifier.hh:49
virtual ~OpPointModifier(void)
Definition: op-point-modifier.hh:63
Definition: abstract-sot-external-interface.hh:17
virtual const std::string & getClassName(void) const
Definition: op-point-modifier.hh:52
dynamicgraph::SignalPtr< dynamicgraph::Matrix, int > jacobianSIN
Definition: op-point-modifier.hh:55
static const std::string CLASS_NAME
Definition: op-point-modifier.hh:51
#define SOTOPPOINTMODIFIER_EXPORT
Definition: op-point-modifier.hh:33
dynamicgraph::SignalPtr< MatrixHomogeneous, int > positionSIN
Definition: op-point-modifier.hh:56
dynamicgraph::SignalTimeDependent< dynamicgraph::Matrix, int > jacobianSOUT
Definition: op-point-modifier.hh:58
dynamicgraph::SignalTimeDependent< MatrixHomogeneous, int > positionSOUT
Definition: op-point-modifier.hh:59