1 #ifndef OBSTACLEAVOIDVEHICLETASK_H 2 #define OBSTACLEAVOIDVEHICLETASK_H 5 #include "../../support/header/conversions.h" 15 int updateMatrices(
struct Infos*
const robInfo);
18 void setActivation(
double w_distNorm);
19 void setJacobian(Eigen::Matrix4d wTv, Eigen::Vector3d w_dist_normal);
20 void setReference(
double w_distNorm);
24 #endif // OBSTACLEAVOIDVEHICLETASK_H The ObstacleAvoidVehicleTask class (where the obstacle is the other vehicle, at the moment only for t...
ABSTRACT class task. Each task is a derived class of this class. It contains all the variable that th...