49 #include <visp/vpPtu46.h>
50 #include <visp/vpDebug.h>
51 #include <visp/vpRobotException.h>
56 #include <visp/vpMath.h>
97 fMc[0][3] = -
h*c1*s2 -
L*s1;
102 fMc[1][3] = -
h*s1*s2 +
L*c1;
114 vpCDEBUG (6) <<
"Position de la camera: " << std::endl << fMc;
194 VISP_EXPORT std::ostream & operator << (std::ostream & os,
const vpPtu46 & )
197 <<
"Geometric parameters: " << std::endl
287 double s2 = sin(q[1]) ;
288 double c2 = cos(q[1]) ;
317 double s1 = sin(q[0]) ;
318 double c1 = cos(q[0]) ;
Definition of the vpMatrix class.
void get_fJe(const vpColVector &q, vpMatrix &fJe) const
void resize(const unsigned int nrows, const unsigned int ncols, const bool nullify=true)
The class provides a data structure for the homogeneous matrices as well as a set of operations on th...
error that can be emited by ViSP classes.
vpPoseVector buildFrom(const vpHomogeneousMatrix &M)
void get_cMe(vpHomogeneousMatrix &_cMe) const
static const unsigned int ndof
vpVelocityTwistMatrix buildFrom(const vpTranslationVector &t, const vpRotationMatrix &R)
Class that consider the particular case of twist transformation matrix that allows to transform a vel...
void computeMGD(const vpColVector &q, vpHomogeneousMatrix &fMc) const
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...
The pose is a complete representation of every rigid motion in the euclidian space.
vpHomogeneousMatrix inverse() const
unsigned int getRows() const
Return the number of rows of the matrix.