10 #ifndef __SOT_NeckLimitation_H__ 11 #define __SOT_NeckLimitation_H__ 18 #include <dynamic-graph/linear-algebra.h> 22 #include <dynamic-graph/all-signals.h> 23 #include <dynamic-graph/entity.h> 36 #if defined(neck_limitation_EXPORTS) 37 #define NeckLimitation_EXPORT __declspec(dllexport) 39 #define NeckLimitation_EXPORT __declspec(dllimport) 42 #define NeckLimitation_EXPORT 57 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
81 dg::Vector &computeJointLimitation(dg::Vector &jointLimited,
85 virtual void display(std::ostream &os)
const;
91 #endif // #ifndef __SOT_NeckLimitation_H__ double signTilt
Definition: neck-limitation.hh:67
static const double SIGN_TILT_DEFAULT
Definition: neck-limitation.hh:70
dg::SignalPtr< dg::Vector, int > jointSIN
Definition: neck-limitation.hh:77
Definition: neck-limitation.hh:54
static const unsigned int TILT_RANK_DEFAULT
Definition: neck-limitation.hh:62
static const std::string CLASS_NAME
Definition: neck-limitation.hh:56
virtual const std::string & getClassName(void) const
Definition: neck-limitation.hh:57
static const double COEFF_LINEAR_DEFAULT
Definition: neck-limitation.hh:68
static const unsigned int PAN_RANK_DEFAULT
Definition: neck-limitation.hh:61
dg::SignalTimeDependent< dg::Vector, int > jointSOUT
Definition: neck-limitation.hh:78
unsigned int tiltRank
Definition: neck-limitation.hh:60
double coeffLinearPan
Definition: neck-limitation.hh:66
#define NeckLimitation_EXPORT
Definition: neck-limitation.hh:42
static const double COEFF_AFFINE_DEFAULT
Definition: neck-limitation.hh:69
Definition: abstract-sot-external-interface.hh:17