10 #ifndef __SOT_FEATURE_1D_HH__ 11 #define __SOT_FEATURE_1D_HH__ 26 #if defined(feature_1d_EXPORTS) 27 #define SOTFEATURE1D_EXPORT __declspec(dllexport) 29 #define SOTFEATURE1D_EXPORT __declspec(dllimport) 32 #define SOTFEATURE1D_EXPORT 54 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
92 virtual unsigned int &getDimension(
unsigned int &
dim,
int time);
110 virtual void display(std::ostream &os)
const;
122 #endif // #ifndef __SOT_FEATURE_1D_HH__
virtual const std::string & getClassName(void) const
static const std::string CLASS_NAME
SignalTimeDependent< dynamicgraph::Matrix, int > jacobianSOUT
Jacobian of the error wrt the robot state: .
#define SOTFEATURE1D_EXPORT
dynamicgraph::SignalPtr< dynamicgraph::Matrix, int > jacobianSIN
Input for the Jacobian.
Simple test: the task is defined to be e_2 = .5 . e'.e, with e the mother task. The jacobian is then ...
virtual ~Feature1D(void)
Default destructor.
This class gives the abstract definition of a feature.
#define DECLARE_REFERENCE_FUNCTIONS(FeatureSpecialized)
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > errorSIN
Input for the error.
SignalTimeDependent< dynamicgraph::Vector, int > errorSOUT
This signal returns the error between the desired value and the current value : . ...