35 #ifndef VPPIONEERPAN_H
36 #define VPPIONEERPAN_H
38 #include <visp3/core/vpHomogeneousMatrix.h>
39 #include <visp3/core/vpRxyzVector.h>
40 #include <visp3/core/vpTranslationVector.h>
41 #include <visp3/robot/vpUnicycle.h>
145 double px = mMp_[0][3];
146 double py = mMp_[1][3];
147 double c1 = cos(q_pan);
148 double s1 = sin(q_pan);
155 eJe_[0][1] = -c1 * py - s1 * px;
158 eJe_[2][1] = -s1 * py + c1 * px;
180 eRc[0][0] = eRc[1][1] = eRc[2][2] = 0;
206 mRp[1][1] = mRp[2][2] = -1.;
223 pRe[0][2] = pRe[1][0] = sin(q);
224 pRe[1][1] = pRe[2][2] = 0.;
226 pRe[1][2] = -pRe[0][0];
void insert(const vpArray2D< Type > &A, unsigned int r, unsigned int c)
Implementation of an homogeneous matrix and operations on such kind of matrices.
vpHomogeneousMatrix inverse() const
void buildFrom(const vpTranslationVector &t, const vpRotationMatrix &R)
Generic functions for Pioneer mobile robots equiped with a pan head.
void set_eJe(double q_pan)
void set_pMe(const double q)
Implementation of a rotation matrix and operations on such kind of matrices.
Class that consider the case of a translation vector.
void set(double tx, double ty, double tz)
Generic functions for unicycle mobile robots.
void set_eJe(const vpMatrix &eJe)
void set_cMe(const vpHomogeneousMatrix &cMe)