48 #include <visp/vpHomogeneousMatrix.h>
49 #include <visp/vpRobotTemplate.h>
50 #include <visp/vpDebug.h>
55 vpTRACE(
" Get the joint limits " ) ;
56 std::cout <<
"Not implemented ! " << std::endl;
69 std::cout <<
"Not implemented ! " << std::endl;
85 std::cout <<
"Not implemented ! " << std::endl;
92 std::cout <<
"Not implemented ! " << std::endl;
108 std::cout <<
"Not implemented ! " << std::endl;
109 std::cout <<
"To implement me you need : " << std::endl ;
110 std::cout <<
"\t to known the robot jacobian expressed in " ;
111 std::cout <<
"the end-effector frame (eJe) " <<std::endl ;
112 std::cout <<
"\t the frame transformation between camera frame " ;
113 std::cout <<
"and end-effector frame (cMe)" << std::endl ;
120 std::cout <<
"Not implemented ! " << std::endl;
127 std::cout <<
"Not implemented ! " << std::endl;
141 std::cout <<
"Not implemented ! " << std::endl;
147 std::cout <<
"Not implemented ! " << std::endl;
154 std::cout <<
"Not implemented ! " << std::endl;
161 std::cout <<
"Not implemented ! " << std::endl;
168 std::cout <<
"Not implemented ! " << std::endl;
Definition of the vpMatrix class.
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
Class that provides a data structure for the column vectors as well as a set of operations on these v...
void sendArticularVelocity(const vpColVector &qdot)
send to the controller a velocity expressed in the articular frame
The pose is a complete representation of every rigid motion in the euclidian space.
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)