47 #include <visp3/core/vpColVector.h> 48 #include <visp3/core/vpHomogeneousMatrix.h> 49 #include <visp3/core/vpMatrix.h> 50 #include <visp3/core/vpPoseVector.h> 69 STATE_ACCELERATION_CONTROL
123 virtual void get_eJe(
vpMatrix &_eJe) = 0;
126 virtual void get_fJe(
vpMatrix &_fJe) = 0;
132 double getMaxTranslationVelocity(
void)
const;
133 double getMaxRotationVelocity(
void)
const;
141 virtual void init() = 0;
145 void setMaxRotationVelocity(
const double maxVr);
146 void setMaxTranslationVelocity(
const double maxVt);
154 inline void setVerbose(
bool verbose) { verbose_ = verbose; };
Implementation of a matrix and operations on matrices.
double maxTranslationVelocity
void setVerbose(bool verbose)
double maxRotationVelocity
Initialize the position controller.
Class that defines a generic virtual robot.
int eJeAvailable
is the robot Jacobian expressed in the end-effector frame available
static const double maxTranslationVelocityDefault
Initialize the velocity controller.
virtual vpRobotStateType getRobotState(void) const
static const double maxRotationVelocityDefault
int areJointLimitsAvailable
int nDof
number of degrees of freedom
vpMatrix eJe
robot Jacobian expressed in the end-effector frame
Implementation of column vector and the associated operations.
vpControlFrameType getRobotFrame(void) const
int fJeAvailable
is the robot Jacobian expressed in the robot reference frame available
vpMatrix fJe
robot Jacobian expressed in the robot reference frame available