39 #include <visp3/core/vpConfig.h> 41 #ifdef VISP_HAVE_BICLOPS 43 #ifndef _vpRobotBiclops_h_ 44 #define _vpRobotBiclops_h_ 56 #include <visp3/core/vpColVector.h> 57 #include <visp3/core/vpVelocityTwistMatrix.h> 58 #include <visp3/robot/vpBiclops.h> 59 #include <visp3/robot/vpRobot.h> 60 #include <visp3/robot/vpRobotBiclopsController.h> 97 static bool robotAlreadyCreated;
98 pthread_t control_thread;
100 std::string configfile;
102 vpRobotBiclopsController controller;
104 double positioningVelocity;
106 bool controlThreadCreated;
140 double getPositioningVelocity(
void);
144 bool readPositionFile(
const std::string &filename,
vpColVector &q);
146 void setConfigFile(
const std::string &filename =
"/usr/share/BiclopsDefault.cfg");
150 void setPositioningVelocity(
const double velocity);
156 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
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).
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
vpHomogeneousMatrix get_cMe() const