1 #ifndef VEHICLENULLVEL_H 2 #define VEHICLENULLVEL_H 21 int setJacobian(Eigen::Matrix4d wTv_eigen);
26 #endif // VEHICLENULLVEL_H int updateMatrices(struct Infos *const robInfo)
VehicleNull::updateMatrices overriden of the pure virtual method of Task parent class.
The VehicleNullVel class. It is a non reactive task which is needed in manipulation phases where we w...
ABSTRACT class task. Each task is a derived class of this class. It contains all the variable that th...