1 #ifndef ARMNULLVELTASK_H 2 #define ARMNULLVELTASK_H 16 int updateMatrices(
struct Infos*
const robInfo);
25 #endif // ARMNULLVELTASK_H The ArmNullVelTask class. It is a non reactive task which is needed when vehicle moves, because we want big movements to be made only by vehicle. In such situation, this task should be putted as the highest priority task.
ABSTRACT class task. Each task is a derived class of this class. It contains all the variable that th...