1 #ifndef OBSTACLEAVOIDEETASK_H 2 #define OBSTACLEAVOIDEETASK_H 5 #include "../../support/header/conversions.h" 18 int updateMatrices(
struct Infos*
const robInfo);
21 void setActivation(
double w_dist);
22 void setJacobian(Eigen::Matrix<double, 6, TOT_DOF> w_J_robot);
23 void setReference(
double w_dist);
27 #endif // OBSTACLEAVOIDEETASK_H The ObstacleAvoidEETask class Usage of this task can be for avoiding with the end effector...
ABSTRACT class task. Each task is a derived class of this class. It contains all the variable that th...