38 #include <visp3/core/vpConfig.h>
40 #ifdef VISP_HAVE_BICLOPS
42 #ifndef __vpROBOT_BICLOPS_H
43 #define __vpROBOT_BICLOPS_H
57 #include <visp3/robot/vpRobot.h>
58 #include <visp3/robot/vpBiclops.h>
59 #include <visp3/core/vpColVector.h>
60 #include <visp3/core/vpVelocityTwistMatrix.h>
61 #include <visp3/robot/vpRobotBiclopsController.h>
110 static bool robotAlreadyCreated;
111 pthread_t control_thread;
113 std::string configfile;
115 vpRobotBiclopsController controller;
117 double positioningVelocity;
119 bool controlThreadCreated;
153 double getPositioningVelocity (
void);
157 bool readPositionFile(
const std::string &filename,
vpColVector &q) ;
159 void setConfigFile (
const std::string &filename=
"/usr/share/BiclopsDefault.cfg");
163 void setPositioningVelocity (
const double velocity);
169 static void * vpRobotBiclopsSpeedControlLoop (
void * arg);
Jacobian, geometric model functionnalities... for biclops, pan, tilt head.
Implementation of a matrix and operations on matrices.
virtual void getDisplacement(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Get a displacement (frame as to ve specified) between two successive position control.
Implementation of an homogeneous matrix and operations on such kind of matrices.
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
No copy constructor allowed.
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).
Implementation of a velocity twist matrix and operations on such kind of matrices.
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
Implementation of column vector and the associated operations.
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