45 #include <visp3/core/vpDebug.h> 46 #include <visp3/core/vpHomogeneousMatrix.h> 47 #include <visp3/robot/vpRobotTemplate.h> 52 vpTRACE(
" Get the joint limits ");
53 std::cout <<
"Not implemented ! " << std::endl;
89 std::cout <<
"Not implemented ! " << std::endl;
90 std::cout <<
"To implement me you need : " << std::endl;
91 std::cout <<
"\t to known the robot jacobian expressed in ";
92 std::cout <<
"the end-effector frame (eJe) " << std::endl;
93 std::cout <<
"\t the frame transformation between camera frame ";
94 std::cout <<
"and end-effector frame (cMe)" << std::endl;
100 std::cout <<
"Not implemented ! " << std::endl;
105 std::cout <<
"Not implemented ! " << std::endl;
121 std::cout <<
"Not implemented ! " << std::endl;
126 std::cout <<
"Not implemented ! " << std::endl;
131 std::cout <<
"Not implemented ! " << std::endl;
Implementation of a matrix and operations on matrices.
void sendCameraVelocity(const vpColVector &v)
send to the controller a velocity expressed in the camera frame
void getDisplacement(const vpRobot::vpControlFrameType frame, vpColVector &q)
get a displacement (frame as to be specified)
virtual ~vpRobotTemplate()
destructor
void get_eJe(vpMatrix &_eJe)
get the robot Jacobian expressed in the end-effector frame
void init()
basic initialization
void setPosition(const vpRobot::vpControlFrameType frame, const vpColVector &q)
set a displacement (frame as to be specified)
vpRobotTemplate()
constructor
void getPosition(vpPoseVector &q)
get a position expressed in the robot reference frame
void get_fJe(vpMatrix &_fJe)
get the robot Jacobian expressed in the robot reference frame
Implementation of column vector and the associated operations.
void sendArticularVelocity(const vpColVector &qdot)
send to the controller a velocity expressed in the articular frame
Implementation of a pose vector and operations on poses.
void getArticularPosition(vpColVector &q)
get a position expressed in the articular frame
void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)
send to the controller a velocity (frame as to be specified)