6 enum ShapeType {MID_LIMITS, PEG_GRASPED_PHASE};
23 ArmShapeTask(
int dimension,
bool eqType, std::string robotName, ShapeType shapeType);
24 int updateMatrices(
struct Infos*
const robInfo);
29 int setActivation(std::vector<double> jointGoal, std::vector<double> jState);
31 int setReference(std::vector<double> jointGoal, std::vector<double> jState);
34 #endif // ARMSHAPETASK_H
The ArmShapeTask class Preferred arm Shape: an optimization task. It is a non scalar task...
ABSTRACT class task. Each task is a derived class of this class. It contains all the variable that th...