37#include <visp3/core/vpConfig.h>
44#include <visp3/core/vpColVector.h>
45#include <visp3/core/vpDebug.h>
46#include <visp3/core/vpPoseVector.h>
47#include <visp3/robot/vpAfma6.h>
48#include <visp3/robot/vpRobot.h>
52#include "irisa_Afma6.h"
216 vpRobotAfma6(
const vpRobotAfma6 &robot);
228 static bool robotAlreadyCreated;
230 double positioningVelocity;
235 double time_prev_getvel;
236 bool first_time_getvel;
241 bool first_time_getdis;
253 VP_EXPLICIT vpRobotAfma6(
bool verbose =
true);
254 virtual ~vpRobotAfma6(
void);
289 void move(
const std::string &filename);
290 void move(
const std::string &filename,
double velocity);
304 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.