42 #ifndef vpRobotAfma6_h
43 #define vpRobotAfma6_h
45 #include <visp/vpConfig.h>
47 #ifdef VISP_HAVE_AFMA6
52 #include <visp/vpRobot.h>
53 #include <visp/vpColVector.h>
54 #include <visp/vpPoseVector.h>
55 #include <visp/vpDebug.h>
56 #include <visp/vpAfma6.h>
60 # include "irisa_Afma6.h"
61 # include "trycatch.h"
238 static bool robotAlreadyCreated;
240 double positioningVelocity;
245 double time_prev_getvel;
246 bool first_time_getvel;
251 bool first_time_getdis;
271 void closeGripper() ;
285 double getPositioningVelocity (
void);
286 bool getPowerState();
287 double getTime()
const;
307 void move(
const char *filename) ;
308 void move(
const char *filename,
const double velocity) ;
315 static bool readPosFile(
const char *filename,
vpColVector &q) ;
316 static bool savePosFile(
const char *filename,
const vpColVector &q) ;
324 const double pos1,
const double pos2,
const double pos3,
325 const double pos4,
const double pos5,
const double pos6) ;
327 void setPositioningVelocity (
const double velocity);
342 void getArticularDisplacement(
vpColVector &displacement);
343 void getCameraDisplacement(
vpColVector &displacement);
Modelisation of Irisa's gantry robot named Afma6.
Definition of the vpMatrix class.
void get_cVe(vpVelocityTwistMatrix &cVe) const
virtual void getDisplacement(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Get a displacement (frame as to ve specified) between two successive position control.
Perspective projection without distortion model.
The class provides a data structure for the homogeneous matrices as well as a set of operations on th...
void get_eJe(const vpColVector &q, vpMatrix &eJe) const
vpAfma6ToolType
List of possible tools that can be attached to the robot end-effector.
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)
Control of Irisa's gantry robot named Afma6.
vpCameraParametersProjType
void get_cMe(vpHomogeneousMatrix &cMe) const
virtual void getPosition(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Get the robot position (frame has to be specified).
Class that consider the particular case of twist transformation matrix that allows to transform a vel...
Class that provides a data structure for the column vectors as well as a set of operations on these v...
The pose is a complete representation of every rigid motion in the euclidian space.
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...
void get_fJe(const vpColVector &q, vpMatrix &fJe) const
static const double defaultPositioningVelocity