43 #include <visp/vpConfig.h>
44 #ifdef VISP_HAVE_PTU46
47 #ifndef __vpROBOT_PTU46_H
48 #define __vpROBOT_PTU46_H
61 #include <visp/vpRobot.h>
62 #include <visp/vpPtu46.h>
63 #include <visp/vpColVector.h>
64 #include <visp/vpDebug.h>
65 #include <visp/vpVelocityTwistMatrix.h>
103 static bool robotAlreadyCreated;
104 double positioningVelocity;
105 int velocityMesureTempo;
122 double getPositioningVelocity (
void);
128 bool readPositionFile(
const char *filename,
vpColVector &q);
133 void setPositioningVelocity (
const double velocity);
Definition of the vpMatrix class.
void get_fJe(const vpColVector &q, vpMatrix &fJe) const
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...
static const double defaultPositioningVelocity
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
virtual vpRobotStateType setRobotState(const vpRobot::vpRobotStateType newState)
void get_cMe(vpHomogeneousMatrix &_cMe) const
Interface for the Directed Perception ptu-46 pan, tilt head .
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...
void get_cVe(vpVelocityTwistMatrix &_cVe) const
void get_eJe(const vpColVector &q, vpMatrix &eJe) const
Jacobian, geometric model functionnalities... for ptu46, pan, tilt head from Directed Perception...
Class that provides a data structure for the column vectors as well as a set of operations on these v...
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...