42 #include <visp/vpConfig.h>
44 #ifdef VISP_HAVE_BICLOPS
46 #ifndef __vpROBOT_BICLOPS_H
47 #define __vpROBOT_BICLOPS_H
61 #include <visp/vpRobot.h>
62 #include <visp/vpBiclops.h>
63 #include <visp/vpColVector.h>
64 #include <visp/vpVelocityTwistMatrix.h>
65 #include <visp/vpRobotBiclopsController.h>
118 static bool robotAlreadyCreated;
119 pthread_t control_thread;
121 char configfile[FILENAME_MAX];
125 double positioningVelocity;
127 bool controlThreadCreated;
146 double getPositioningVelocity (
void);
150 bool readPositionFile(
const char *filename,
vpColVector &q) ;
152 void setConfigFile (
const char * filename=
"/usr/share/BiclopsDefault.cfg");
156 void setPositioningVelocity (
const double velocity);
162 static void * vpRobotBiclopsSpeedControlLoop (
void * arg);
Jacobian, geometric model functionnalities... for biclops, pan, tilt head.
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.
The class provides a data structure for the homogeneous matrices as well as a set of operations on th...
void get_cVe(vpVelocityTwistMatrix &_cVe) const
virtual void setPosition(const vpRobot::vpControlFrameType frame, const vpColVector &q)=0
Set a displacement (frame has to be specified) in position control.
class that defines a generic virtual robot
static const double defaultPositioningVelocity
virtual vpRobotStateType setRobotState(const vpRobot::vpRobotStateType newState)
virtual void getPosition(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Get the robot position (frame has to be specified).
Class that consider the particular case of twist transformation matrix that allows to transform a vel...
Interface for the biclops, pan, tilt head control.
void get_fJe(const vpColVector &q, vpMatrix &fJe) const
void get_eJe(const vpColVector &q, vpMatrix &eJe) const
Class that provides a data structure for the column vectors as well as a set of operations on these v...
Interface to Biclops, pan, tilt, verge head for computer vision applications.
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...
vpHomogeneousMatrix get_cMe() const