44 #include <visp3/core/vpHomogeneousMatrix.h>
45 #include <visp3/robot/vpRobotTemplate.h>
46 #include <visp3/core/vpDebug.h>
51 vpTRACE(
" Get the joint limits " ) ;
52 std::cout <<
"Not implemented ! " << std::endl;
65 std::cout <<
"Not implemented ! " << std::endl;
81 std::cout <<
"Not implemented ! " << std::endl;
88 std::cout <<
"Not implemented ! " << std::endl;
104 std::cout <<
"Not implemented ! " << std::endl;
105 std::cout <<
"To implement me you need : " << std::endl ;
106 std::cout <<
"\t to known the robot jacobian expressed in " ;
107 std::cout <<
"the end-effector frame (eJe) " <<std::endl ;
108 std::cout <<
"\t the frame transformation between camera frame " ;
109 std::cout <<
"and end-effector frame (cMe)" << std::endl ;
116 std::cout <<
"Not implemented ! " << std::endl;
123 std::cout <<
"Not implemented ! " << std::endl;
137 std::cout <<
"Not implemented ! " << std::endl;
143 std::cout <<
"Not implemented ! " << std::endl;
150 std::cout <<
"Not implemented ! " << std::endl;
157 std::cout <<
"Not implemented ! " << std::endl;
164 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)