5 #include "../../support/header/conversions.h" 13 CoopTask(
int dimension,
bool eqType, std::string robotName);
14 int updateMatrices(
struct Infos*
const robInfo);
17 void setJacobian(Eigen::Matrix<double, 6, TOT_DOF> w_Jtool_robot);
18 void setReference(Eigen::Matrix<double, VEHICLE_DOF, 1> coopCartVel);
ABSTRACT class task. Each task is a derived class of this class. It contains all the variable that th...