1 #ifndef ENDEFFECTORREACHTASK_H 2 #define ENDEFFECTORREACHTASK_H 4 #include "../../support/header/conversions.h" 5 #include "../../support/header/formulas.h" 18 void setReference(Eigen::Matrix4d wTgoalxxx_eigen, Eigen::Matrix4d wTxxx_eigen);
19 void setJacobian(Eigen::Matrix<double, 6, TOT_DOF> w_J_robot);
29 #endif // ENDEFFECTORREACHTASK_H Task to make the end effector reach a goal (both linear and angular position)
int updateMatrices(struct Infos *const robInfo)
VehicleReachTask::updateMatrices overriden of the pure virtual method of Task parent class...
EndEffectorReachTask(int dimension, bool eqType, std::string robotName)
EndEffectorReachTask::EndEffectorReachTask Constructor of specific task simply calls the parent const...
ABSTRACT class task. Each task is a derived class of this class. It contains all the variable that th...