39#include <visp3/core/vpConfig.h>
46#include <visp3/core/vpColVector.h>
47#include <visp3/core/vpDebug.h>
48#include <visp3/core/vpPoseVector.h>
49#include <visp3/robot/vpAfma6.h>
50#include <visp3/robot/vpRobot.h>
54#include "irisa_Afma6.h"
215 vpRobotAfma6(
const vpRobotAfma6 &robot);
227 static bool robotAlreadyCreated;
229 double positioningVelocity;
234 double time_prev_getvel;
235 bool first_time_getvel;
240 bool first_time_getdis;
252 explicit vpRobotAfma6(
bool verbose =
true);
253 virtual ~vpRobotAfma6(
void);
288 void move(
const std::string &filename);
289 void move(
const std::string &filename,
double velocity);
303 double pos5,
double pos6);
virtual void set_eMc(const vpHomogeneousMatrix &eMc)
void get_cVe(vpVelocityTwistMatrix &cVe) const
void get_cMe(vpHomogeneousMatrix &cMe) const
vpCameraParameters::vpCameraParametersProjType projModel
void get_eJe(const vpColVector &q, vpMatrix &eJe) const
void get_fJe(const vpColVector &q, vpMatrix &fJe) const
vpAfma6ToolType
List of possible tools that can be attached to the robot end-effector.
vpCameraParametersProjType
@ perspectiveProjWithoutDistortion
Perspective projection without distortion model.
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.
Implementation of a pose vector and operations on poses.
bool checkJointLimits(vpColVector &jointsStatus)
static bool savePosFile(const std::string &filename, const vpColVector &q)
void getVelocity(const vpRobot::vpControlFrameType frame, vpColVector &velocity)
static const double defaultPositioningVelocity
double getPositioningVelocity(void)
void move(const std::string &filename)
void setPositioningVelocity(double velocity)
static bool readPosFile(const std::string &filename, vpColVector &q)
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.