39 #ifndef vpRobotAfma6_h 40 #define vpRobotAfma6_h 42 #include <visp3/core/vpConfig.h> 44 #ifdef VISP_HAVE_AFMA6 49 #include <visp3/core/vpColVector.h> 50 #include <visp3/core/vpDebug.h> 51 #include <visp3/core/vpPoseVector.h> 52 #include <visp3/robot/vpAfma6.h> 53 #include <visp3/robot/vpRobot.h> 57 #include "irisa_Afma6.h" 229 static bool robotAlreadyCreated;
231 double positioningVelocity;
236 double time_prev_getvel;
237 bool first_time_getvel;
242 bool first_time_getdis;
268 double getPositioningVelocity(
void);
269 bool getPowerState();
270 double getTime()
const;
290 void move(
const std::string &filename);
291 void move(
const std::string &filename,
const double velocity);
298 static bool readPosFile(
const std::string &filename,
vpColVector &q);
299 static bool savePosFile(
const std::string &filename,
const vpColVector &q);
305 const double pos4,
const double pos5,
const double pos6);
307 void setPositioningVelocity(
const double velocity);
Modelisation of Irisa's gantry robot named Afma6.
Implementation of a matrix and operations on matrices.
virtual void getDisplacement(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Implementation of an homogeneous matrix and operations on such kind of matrices.
void get_cVe(vpVelocityTwistMatrix &cVe) 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
virtual void getPosition(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Get the robot position (frame has to be specified).
void get_eJe(const vpColVector &q, vpMatrix &eJe) const
void get_fJe(const vpColVector &q, vpMatrix &fJe) const
virtual void set_eMc(const vpHomogeneousMatrix &eMc)
Implementation of column vector and the associated operations.
Implementation of a pose vector and operations on poses.
void get_cMe(vpHomogeneousMatrix &cMe) const
virtual void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)=0
static const double defaultPositioningVelocity