37 #ifndef VPPIONEERPAN_H
38 #define VPPIONEERPAN_H
40 #include <visp3/core/vpRxyzVector.h>
41 #include <visp3/core/vpTranslationVector.h>
42 #include <visp3/core/vpHomogeneousMatrix.h>
43 #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);
154 eJe_[0][1] = -c1*py - s1*px;
157 eJe_[2][1] = -s1*py + c1*px;
178 eRc[0][0] = eRc[1][1] = eRc[2][2] = 0;
203 mRp[1][1] = mRp[2][2] = -1.;
220 pRe[0][2] = pRe[1][0] = sin(q);
221 pRe[1][1] = pRe[2][2] = 0.;
223 pRe[1][2] = - pRe[0][0];
void set_pMe(const double q)
void set_cMe(const vpHomogeneousMatrix &cMe)
Implementation of an homogeneous matrix and operations on such kind of matrices.
void set_eJe(const vpMatrix &eJe)
Generic functions for Pioneer mobile robots equiped with a pan head.
Implementation of a rotation matrix and operations on such kind of matrices.
Generic functions for unicycle mobile robots.
void buildFrom(const vpTranslationVector &t, const vpRotationMatrix &R)
vpHomogeneousMatrix inverse() const
void set(const double tx, const double ty, const double tz)
void set_eJe(double q_pan)
Class that consider the case of a translation vector.