36 #include <visp3/core/vpConfig.h>
37 #ifdef VISP_HAVE_PTU46
39 #ifndef _vpRobotPtu46_h_
40 #define _vpRobotPtu46_h_
51 #include <visp3/core/vpColVector.h>
52 #include <visp3/core/vpDebug.h>
53 #include <visp3/core/vpVelocityTwistMatrix.h>
54 #include <visp3/robot/vpPtu46.h>
55 #include <visp3/robot/vpRobot.h>
88 static bool robotAlreadyCreated;
89 double positioningVelocity;
90 int velocityMesureTempo;
96 VP_EXPLICIT
vpRobotPtu46(
const std::string &device =
"/dev/ttyS0");
107 double getPositioningVelocity(
void);
113 bool readPositionFile(
const std::string &filename,
vpColVector &q);
118 void setPositioningVelocity(
double velocity);
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.
Jacobian, geometric model functionalities... for ptu46, pan, tilt head from Directed Perception.
void get_cVe(vpVelocityTwistMatrix &_cVe) const
void get_cMe(vpHomogeneousMatrix &_cMe) const
void get_fJe(const vpColVector &q, vpMatrix &fJe) const
void get_eJe(const vpColVector &q, vpMatrix &eJe) const
Interface for the Directed Perception ptu-46 pan, tilt head .
static const double defaultPositioningVelocity
VP_EXPLICIT vpRobotPtu46(vpRobotPtu46 *pub)
Class that defines a generic virtual robot.
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.