40 #ifndef vpRobotTemplate_h 41 #define vpRobotTemplate_h 48 #include <visp3/core/vpConfig.h> 51 #include <visp3/core/vpHomogeneousMatrix.h> 52 #include <visp3/robot/vpRobot.h> Implementation of a matrix and operations on matrices.
Class that defines a robot just to show which function you must implement.
virtual void getDisplacement(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Implementation of an homogeneous matrix and operations on such kind of matrices.
vpHomogeneousMatrix get_eMc() const
virtual void get_eJe(vpMatrix &_eJe)=0
Get the robot Jacobian expressed in the end-effector frame.
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 void getPosition(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Get the robot position (frame has to be specified).
virtual void get_fJe(vpMatrix &_fJe)=0
void set_eMc(vpHomogeneousMatrix &eMc)
Implementation of column vector and the associated operations.
virtual void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)=0
vpHomogeneousMatrix m_eMc
Constant transformation between end-effector and tool (or camera) frame.