1 #ifndef JOINTLIMITTASK_H 2 #define JOINTLIMITTASK_H 11 int updateMatrices(
struct Infos*
const robInfo);
13 int setActivation(std::vector<double> jState);
15 int setReference(std::vector<double> jState);
22 #endif // JOINTLIMITTASK_H
ABSTRACT class task. Each task is a derived class of this class. It contains all the variable that th...