1 #ifndef FOVEETOTOOLTASK_H 2 #define FOVEETOTOOLTASK_H 5 #include "../../support/header/formulas.h" 6 #include "../../support/header/conversions.h" 13 int updateMatrices(
struct Infos*
const robInfo);
16 void setJacobian(Eigen::Matrix<double, 6, TOT_DOF> w_J_robot);
19 Eigen::Vector3d w_kHat_ee;
21 Eigen::Vector3d w__Dist_ee_t;
34 #endif // FOVEETOTOOLTASK_H
ABSTRACT class task. Each task is a derived class of this class. It contains all the variable that th...