10 #ifndef __SOT_FEATURE_LINEDISTANCE_HH__
11 #define __SOT_FEATURE_LINEDISTANCE_HH__
26 #if defined(feature_line_distance_EXPORTS)
27 #define SOTFEATURELINEDISTANCE_EXPORT __declspec(dllexport)
29 #define SOTFEATURELINEDISTANCE_EXPORT __declspec(dllimport)
32 #define SOTFEATURELINEDISTANCE_EXPORT
50 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
58 dynamicgraph::SignalPtr<dynamicgraph::Vector, int>
vectorSIN;
59 dynamicgraph::SignalTimeDependent<dynamicgraph::Vector, int>
lineSOUT;
77 virtual dynamicgraph::Vector &
computeError(dynamicgraph::Vector &res,
84 virtual void display(std::ostream &os)
const;
This class gives the abstract definition of a feature.
Definition: feature-abstract.hh:76
SignalTimeDependent< dynamicgraph::Matrix, int > jacobianSOUT
Jacobian of the error wrt the robot state: .
Definition: feature-abstract.hh:193
SignalTimeDependent< dynamicgraph::Vector, int > errorSOUT
This signal returns the error between the desired value and the current value : .
Definition: feature-abstract.hh:185
SignalPtr< Flags, int > selectionSIN
This vector specifies which dimension are used to perform the computation. For instance let us assume...
Definition: feature-abstract.hh:173
Class that defines point-3d control feature.
Definition: feature-line-distance.hh:47
virtual unsigned int & getDimension(unsigned int &dim, int time)
Verbose method.
virtual dynamicgraph::Vector & computeError(dynamicgraph::Vector &res, int time)
Compute the error between the desired feature and the current value of the feature measured or deduce...
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > vectorSIN
Definition: feature-line-distance.hh:58
virtual const std::string & getClassName(void) const
Returns the name class.
Definition: feature-line-distance.hh:50
static const std::string CLASS_NAME
Definition: feature-line-distance.hh:49
dynamicgraph::SignalTimeDependent< dynamicgraph::Vector, int > lineSOUT
Definition: feature-line-distance.hh:59
dynamicgraph::SignalPtr< dynamicgraph::Matrix, int > articularJacobianSIN
Definition: feature-line-distance.hh:56
DECLARE_NO_REFERENCE
Definition: feature-line-distance.hh:68
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > positionRefSIN
Definition: feature-line-distance.hh:57
virtual void display(std::ostream &os) const
FeatureLineDistance(const std::string &name)
virtual ~FeatureLineDistance(void)
Definition: feature-line-distance.hh:73
virtual dynamicgraph::Matrix & computeJacobian(dynamicgraph::Matrix &res, int time)
Compute the Jacobian of the error according the robot state.
dynamicgraph::Vector & computeLineCoordinates(dynamicgraph::Vector &cood, int time)
dynamicgraph::SignalPtr< MatrixHomogeneous, int > positionSIN
Definition: feature-line-distance.hh:55
#define SOTFEATURELINEDISTANCE_EXPORT
Definition: feature-line-distance.hh:32
Definition: abstract-sot-external-interface.hh:17