38 #ifndef vpRobotAfma4_h
39 #define vpRobotAfma4_h
41 #include <visp3/core/vpConfig.h>
43 #ifdef VISP_HAVE_AFMA4
48 #include <visp3/robot/vpRobot.h>
49 #include <visp3/core/vpColVector.h>
50 #include <visp3/core/vpDebug.h>
51 #include <visp3/robot/vpAfma4.h>
55 # include "irisa_Afma4.h"
56 # include "trycatch.h"
201 static bool robotAlreadyCreated;
203 double positioningVelocity;
208 double time_prev_getvel;
209 bool first_time_getvel;
214 bool first_time_getdis;
237 double getPositioningVelocity (
void);
238 bool getPowerState();
240 double getTime()
const;
258 void move(
const char *filename) ;
263 static bool readPosFile(
const std::string &filename,
vpColVector &q) ;
264 static bool savePosFile(
const std::string &filename,
const vpColVector &q) ;
270 const double q1,
const double q2,
271 const double q4,
const double q5) ;
273 void setPositioningVelocity (
const double velocity);
287 void getArticularDisplacement(
vpColVector &displacement);
288 void getCameraDisplacement(
vpColVector &displacement);
Implementation of a matrix and operations on matrices.
virtual void getDisplacement(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Get a displacement (frame as to ve specified) between two successive position control.
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.
void get_cVe(vpVelocityTwistMatrix &cVe) const
void get_cVf(const vpColVector &q, vpVelocityTwistMatrix &cVf) const
virtual vpRobotStateType setRobotState(const vpRobot::vpRobotStateType newState)
void get_eJe(const vpColVector &q, vpMatrix &eJe) const
virtual void getPosition(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Get the robot position (frame has to be specified).
Modelisation of Irisa's cylindrical robot named Afma4.
Implementation of a velocity twist matrix and operations on such kind of matrices.
Implementation of column vector and the associated operations.
Control of Irisa's cylindrical robot named Afma4.
void get_fJe(const vpColVector &q, vpMatrix &fJe) const
virtual void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)=0
Set the velocity (frame has to be specified) that will be applied to the velocity controller...
static const double defaultPositioningVelocity