sot-core
4.11.8
Hierarchical task solver plug-in for dynamic-graph.
|
Go to the documentation of this file.
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; }
63 dynamicgraph::SignalPtr<dynamicgraph::Vector, int>
jointSIN;
64 dynamicgraph::SignalPtr<dynamicgraph::Vector, int>
upperJlSIN;
65 dynamicgraph::SignalPtr<dynamicgraph::Vector, int>
lowerJlSIN;
83 virtual unsigned int &getDimension(
unsigned int &dim,
int time);
85 virtual dynamicgraph::Vector &computeError(dynamicgraph::Vector &res,
87 virtual dynamicgraph::Matrix &computeJacobian(dynamicgraph::Matrix &res,
89 dynamicgraph::Vector &computeWidthJl(dynamicgraph::Vector &res,
93 inline static Flags selectActuated(
void);
95 virtual void display(std::ostream &os)
const;
101 #endif // #ifndef __SOT_FEATURE_JOINTLIMITS_HH__
virtual const std::string & getClassName(void) const
Returns the name class.
Definition: feature-joint-limits.hh:51
dynamicgraph::SignalTimeDependent< dynamicgraph::Vector, int > widthJlSINTERN
Definition: feature-joint-limits.hh:66
virtual ~FeatureJointLimits(void)
Definition: feature-joint-limits.hh:81
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
Definition: feature-abstract.hh:229
Definition: abstract-sot-external-interface.hh:17
#define DECLARE_REFERENCE_FUNCTIONS(FeatureSpecialized)
Definition: feature-abstract.hh:251
This class gives the abstract definition of a feature.
Definition: feature-abstract.hh:76
Class that defines gradient vector for jl avoidance.
Definition: feature-joint-limits.hh:46
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > lowerJlSIN
Definition: feature-joint-limits.hh:65
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > upperJlSIN
Definition: feature-joint-limits.hh:64
#define SOTFEATUREJOINTLIMITS_EXPORT
Definition: feature-joint-limits.hh:32
double threshold
Definition: feature-joint-limits.hh:54
const static double THRESHOLD_DEFAULT
Definition: feature-joint-limits.hh:55
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > jointSIN
Definition: feature-joint-limits.hh:63
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
static const std::string CLASS_NAME
Definition: feature-joint-limits.hh:50