39#include <visp3/core/vpConfig.h>
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"
182 vpRobotAfma4(
const vpRobotAfma4 &robot);
194 static bool robotAlreadyCreated;
196 double positioningVelocity;
201 double time_prev_getvel;
202 bool first_time_getvel;
207 bool first_time_getdis;
218 explicit vpRobotAfma4(
bool verbose =
true);
219 virtual ~vpRobotAfma4(
void);
244 void move(
const char *filename);
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.
double getPositioningVelocity(void)
void setPositioningVelocity(double velocity)
void move(const char *filename)
static const double defaultPositioningVelocity
static bool readPosFile(const std::string &filename, vpColVector &q)
static bool savePosFile(const std::string &filename, const vpColVector &q)
void getVelocity(const vpRobot::vpControlFrameType frame, vpColVector &velocity)
vpMatrix eJe
robot Jacobian expressed in the end-effector frame
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).
vpMatrix fJe
robot Jacobian expressed in the robot reference frame available
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.