36 #ifndef vpRobotAfma4_h
37 #define vpRobotAfma4_h
39 #include <visp3/core/vpConfig.h>
41 #ifdef VISP_HAVE_AFMA4
46 #include <visp3/core/vpColVector.h>
47 #include <visp3/core/vpDebug.h>
48 #include <visp3/robot/vpAfma4.h>
49 #include <visp3/robot/vpRobot.h>
53 #include "irisa_Afma4.h"
195 static bool robotAlreadyCreated;
197 double positioningVelocity;
202 double time_prev_getvel;
203 bool first_time_getvel;
208 bool first_time_getdis;
226 double getPositioningVelocity(
void);
227 bool getPowerState();
229 double getTime()
const;
245 void move(
const char *filename);
250 static bool readPosFile(
const std::string &filename,
vpColVector &q);
251 static bool savePosFile(
const std::string &filename,
const vpColVector &q);
258 void setPositioningVelocity(
double velocity);
Modelization of Irisa's cylindrical robot named Afma4.
void get_fJe(const vpColVector &q, vpMatrix &fJe) const
void get_cMe(vpHomogeneousMatrix &cMe) const
void get_cVe(vpVelocityTwistMatrix &cVe) const
void get_eJe(const vpColVector &q, vpMatrix &eJe) const
void get_cVf(const vpColVector &q, vpVelocityTwistMatrix &cVf) const
Implementation of column vector and the associated operations.
Implementation of an homogeneous matrix and operations on such kind of matrices.
Implementation of a matrix and operations on matrices.
Control of Irisa's cylindrical robot named Afma4.
static const double defaultPositioningVelocity
Class that defines a generic virtual robot.
virtual void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)=0
virtual void getPosition(const vpRobot::vpControlFrameType frame, vpColVector &position)=0
Get the robot position (frame has to be specified).
virtual vpRobotStateType setRobotState(const vpRobot::vpRobotStateType newState)
virtual void getDisplacement(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
virtual void setPosition(const vpRobot::vpControlFrameType frame, const vpColVector &q)=0
Set a displacement (frame has to be specified) in position control.