42 #ifndef vpSimulatorAfma6_HH
43 #define vpSimulatorAfma6_HH
50 #include <visp/vpRobotWireFrameSimulator.h>
51 #include <visp/vpAfma6.h>
55 #if defined(WIN32) || defined(VISP_HAVE_PTHREAD)
188 bool first_time_getdis;
190 double positioningVelocity;
204 const unsigned int &image_width,
205 const unsigned int &image_height);
227 void move(
const char *filename) ;
229 static bool readPosFile(
const char *filename,
vpColVector &q);
230 static bool savePosFile(
const char *filename,
const vpColVector &q);
259 WaitForSingleObject(mutex_fMi,INFINITE);
260 for (
int i = 0; i < 8; i++)
262 ReleaseMutex(mutex_fMi);
263 #elif defined(VISP_HAVE_PTHREAD)
264 pthread_mutex_lock (&mutex_fMi);
265 for (
int i = 0; i < 8; i++)
267 pthread_mutex_unlock (&mutex_fMi);
278 void getCameraDisplacement(
vpColVector &displacement);
279 void getArticularDisplacement(
vpColVector &displacement);
Modelisation of Irisa's gantry robot named Afma6.
Definition of the vpMatrix class.
virtual void getDisplacement(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Get a displacement (frame as to ve specified) between two successive position control.
Perspective projection without distortion model.
The class provides a data structure for the homogeneous matrices as well as a set of operations on th...
void get_cVe(vpVelocityTwistMatrix &cVe)
virtual void initArms()=0
void getCameraParameters(vpCameraParameters &cam, const unsigned int &image_width, const unsigned int &image_height)
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.
static const double defaultPositioningVelocity
void setPositioningVelocity(const double velocity)
virtual int isInJointLimit()=0
virtual vpRobotStateType setRobotState(const vpRobot::vpRobotStateType newState)
void get_cMe(vpHomogeneousMatrix &cMe)
void get_eJe(const vpColVector &q, vpMatrix &eJe)
virtual void updateArticularPosition()=0
vpCameraParametersProjType
virtual void getPosition(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Get the robot position (frame has to be specified).
virtual void computeArticularVelocity()=0
Generic class defining intrinsic camera parameters.
Simulator of Irisa's gantry robot named Afma6.
Class that consider the particular case of twist transformation matrix that allows to transform a vel...
void getExternalImage(vpImage< unsigned char > &I)
This class aims to be a basis used to create all the simulators of robots.
double getPositioningVelocity(void)
Class that provides a data structure for the column vectors as well as a set of operations on these v...
The pose is a complete representation of every rigid motion in the euclidian space.
void get_fJe(const vpColVector &q, vpMatrix &fJe)
void get_fMi(vpHomogeneousMatrix *fMit)
virtual void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)=0
Set the velocity (frame has to be specified) that will be applied to the velocity controller...