1 #ifndef HORIZONTALATTITUDETASK_H 2 #define HORIZONTALATTITUDETASK_H 5 #include "../../support/header/formulas.h" 6 #include "../../support/header/conversions.h" 15 int updateMatrices(
struct Infos*
const robInfo);
19 void setPhi(Eigen::Matrix4d wTv_eigen);
25 #endif // HORIZONTALATTITUDETASK_H
ABSTRACT class task. Each task is a derived class of this class. It contains all the variable that th...