39 #ifndef vpRobotAfma4_h 40 #define vpRobotAfma4_h 42 #include <visp3/core/vpConfig.h> 44 #ifdef VISP_HAVE_AFMA4 49 #include <visp3/core/vpColVector.h> 50 #include <visp3/core/vpDebug.h> 51 #include <visp3/robot/vpAfma4.h> 52 #include <visp3/robot/vpRobot.h> 56 #include "irisa_Afma4.h" 196 static bool robotAlreadyCreated;
198 double positioningVelocity;
203 double time_prev_getvel;
204 bool first_time_getvel;
209 bool first_time_getdis;
227 double getPositioningVelocity(
void);
228 bool getPowerState();
230 double getTime()
const;
246 void move(
const char *filename);
251 static bool readPosFile(
const std::string &filename,
vpColVector &q);
252 static bool savePosFile(
const std::string &filename,
const vpColVector &q);
259 void setPositioningVelocity(
const double velocity);
Implementation of a matrix and operations on matrices.
virtual void getDisplacement(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
void get_cMe(vpHomogeneousMatrix &cMe) const
Implementation of an homogeneous matrix and operations on such kind of matrices.
virtual void setPosition(const vpRobot::vpControlFrameType frame, const vpColVector &q)=0
Set a displacement (frame has to be specified) in position control.
Class that defines a generic virtual robot.
virtual vpRobotStateType setRobotState(const vpRobot::vpRobotStateType newState)
virtual void getPosition(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Get the robot position (frame has to be specified).
void get_fJe(const vpColVector &q, vpMatrix &fJe) const
Modelisation of Irisa's cylindrical robot named Afma4.
void get_cVe(vpVelocityTwistMatrix &cVe) const
Implementation of column vector and the associated operations.
Control of Irisa's cylindrical robot named Afma4.
void get_eJe(const vpColVector &q, vpMatrix &eJe) const
virtual void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)=0
static const double defaultPositioningVelocity
void get_cVf(const vpColVector &q, vpVelocityTwistMatrix &cVf) const