feature-line-distance.hh
Go to the documentation of this file.
1 /*
2  * Copyright 2010,
3  * François Bleibel,
4  * Olivier Stasse,
5  *
6  * CNRS/AIST
7  *
8  */
9 
10 #ifndef __SOT_FEATURE_LINEDISTANCE_HH__
11 #define __SOT_FEATURE_LINEDISTANCE_HH__
12 
13 /* --------------------------------------------------------------------- */
14 /* --- INCLUDE --------------------------------------------------------- */
15 /* --------------------------------------------------------------------- */
16 
17 /* SOT */
21 /* --------------------------------------------------------------------- */
22 /* --- API ------------------------------------------------------------- */
23 /* --------------------------------------------------------------------- */
24 
25 #if defined(WIN32)
26 #if defined(feature_line_distance_EXPORTS)
27 #define SOTFEATURELINEDISTANCE_EXPORT __declspec(dllexport)
28 #else
29 #define SOTFEATURELINEDISTANCE_EXPORT __declspec(dllimport)
30 #endif
31 #else
32 #define SOTFEATURELINEDISTANCE_EXPORT
33 #endif
34 
35 /* --------------------------------------------------------------------- */
36 /* --- CLASS ----------------------------------------------------------- */
37 /* --------------------------------------------------------------------- */
38 
39 namespace dynamicgraph {
40 namespace sot {
41 
47  : public FeatureAbstract {
48  public:
49  static const std::string CLASS_NAME;
50  virtual const std::string &getClassName(void) const { return CLASS_NAME; }
51 
52  protected:
53  /* --- SIGNALS ------------------------------------------------------------ */
54  public:
60 
64 
71  public:
72  FeatureLineDistance(const std::string &name);
73  virtual ~FeatureLineDistance(void) {}
74 
75  virtual unsigned int &getDimension(unsigned int &dim, int time);
76 
77  virtual dynamicgraph::Vector &computeError(dynamicgraph::Vector &res,
78  int time);
79  virtual dynamicgraph::Matrix &computeJacobian(dynamicgraph::Matrix &res,
80  int time);
81  dynamicgraph::Vector &computeLineCoordinates(dynamicgraph::Vector &cood,
82  int time);
83 
84  virtual void display(std::ostream &os) const;
85 };
86 
87 } /* namespace sot */
88 } /* namespace dynamicgraph */
89 
90 #endif // #ifndef __SOT_FEATURE_LINEDISTANCE_HH__
91 
92 /*
93  * Local variables:
94  * c-basic-offset: 2
95  * End:
96  */
Eigen::VectorXd Vector
SignalPtr< Flags, int > selectionSIN
This vector specifies which dimension are used to perform the computation. For instance let us assume...
dynamicgraph::SignalTimeDependent< dynamicgraph::Vector, int > lineSOUT
dynamicgraph::SignalPtr< MatrixHomogeneous, int > positionSIN
int dim
SignalTimeDependent< dynamicgraph::Matrix, int > jacobianSOUT
Jacobian of the error wrt the robot state: .
Class that defines point-3d control feature.
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > vectorSIN
virtual const std::string & getClassName(void) const
Returns the name class.
dynamicgraph::SignalPtr< dynamicgraph::Matrix, int > articularJacobianSIN
This class gives the abstract definition of a feature.
res
Eigen::MatrixXd Matrix
SignalTimeDependent< dynamicgraph::Vector, int > errorSOUT
This signal returns the error between the desired value and the current value : . ...
#define SOTFEATURELINEDISTANCE_EXPORT
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > positionRefSIN


sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Wed Jun 21 2023 02:51:26