10 #ifndef __SOT_FEATURE_JOINTLIMITS_HH__ 11 #define __SOT_FEATURE_JOINTLIMITS_HH__ 26 #if defined(feature_joint_limits_EXPORTS) 27 #define SOTFEATUREJOINTLIMITS_EXPORT __declspec(dllexport) 29 #define SOTFEATUREJOINTLIMITS_EXPORT __declspec(dllimport) 32 #define SOTFEATUREJOINTLIMITS_EXPORT 51 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
83 virtual unsigned int &getDimension(
unsigned int &
dim,
int time);
93 inline static Flags selectActuated(
void);
95 virtual void display(std::ostream &os)
const;
101 #endif // #ifndef __SOT_FEATURE_JOINTLIMITS_HH__ static const std::string CLASS_NAME
virtual const std::string & getClassName(void) const
Returns the name class.
dynamicgraph::SignalTimeDependent< dynamicgraph::Vector, int > widthJlSINTERN
virtual ~FeatureJointLimits(void)
SignalPtr< Flags, int > selectionSIN
This vector specifies which dimension are used to perform the computation. For instance let us assume...
SignalTimeDependent< dynamicgraph::Matrix, int > jacobianSOUT
Jacobian of the error wrt the robot state: .
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > lowerJlSIN
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > upperJlSIN
static const double THRESHOLD_DEFAULT
Class that defines gradient vector for jl avoidance.
This class gives the abstract definition of a feature.
#define SOTFEATUREJOINTLIMITS_EXPORT
#define DECLARE_REFERENCE_FUNCTIONS(FeatureSpecialized)
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > jointSIN
SignalTimeDependent< dynamicgraph::Vector, int > errorSOUT
This signal returns the error between the desired value and the current value : . ...