Visual Servoing Platform
version 3.5.1 under development (2023-09-22)
|
#include <visp3/robot/vpPioneer.h>
Public Member Functions | |
vpPioneer () | |
virtual | ~vpPioneer () |
Inherited functionalities from vpUnicycle | |
vpHomogeneousMatrix | get_cMe () const |
vpVelocityTwistMatrix | get_cVe () const |
void | get_cVe (vpVelocityTwistMatrix &cVe) const |
vpMatrix | get_eJe () const |
void | set_cMe (const vpHomogeneousMatrix &cMe) |
void | set_eJe (const vpMatrix &eJe) |
vpHomogeneousMatrix | cMe_ |
vpMatrix | eJe_ |
Generic functions for Pioneer mobile robots.
This class provides common features for Pioneer mobile robots. This robot has two control velocities , the translational and rotational velocities of the mobile platform respectively.
The figure below shows the position of the frames that are used to model the robot. The end effector frame is here located at the middle point between the two wheels.
The robot jacobian at the end effector frame, the point located at the middle between the two wheels is given by:
Considering , it is possible to compute the six dimention velocity skew expressed at the end effector frame by:
.
Definition at line 88 of file vpPioneer.h.
|
inline |
Create a default Pioneer robot.
Definition at line 94 of file vpPioneer.h.
References vpUnicycle::set_cMe(), and vpUnicycle::set_eJe().
|
inlinevirtual |
Destructor that does nothing.
Definition at line 103 of file vpPioneer.h.
|
inlineinherited |
Return the tranformation between the camera frame and the mobile robot end effector frame.
Definition at line 71 of file vpUnicycle.h.
|
inlineinherited |
Return the twist transformation from camera frame to the mobile robot end effector frame. This transformation allows to compute a velocity expressed in the end effector frame into the camera frame.
Definition at line 79 of file vpUnicycle.h.
References vpVelocityTwistMatrix::buildFrom().
|
inlineinherited |
Return the twist transformation from camera frame to the mobile robot end effector frame. This transformation allows to compute a velocity expressed in the end effector frame into the camera frame.
Definition at line 94 of file vpUnicycle.h.
References vpUnicycle::get_cVe().
Referenced by vpUnicycle::get_cVe().
|
inlineinherited |
Return the robot jacobian expressed in the end effector frame.
Definition at line 104 of file vpUnicycle.h.
Referenced by vpRobotPioneer::get_eJe(), vpSimulatorPioneer::get_eJe(), and vpSimulatorPioneerPan::get_eJe().
|
inlineinherited |
Set the transformation between the camera frame and the end effector frame.
Definition at line 110 of file vpUnicycle.h.
Referenced by vpPioneer(), and vpPioneerPan::vpPioneerPan().
|
inlineinherited |
Set the robot jacobian expressed in the end effector frame.
eJe | : The robot jacobian to set such as with the robot control velocities and the six dimention velocity skew. |
Definition at line 120 of file vpUnicycle.h.
Referenced by vpPioneer(), and vpPioneerPan::vpPioneerPan().
|
protectedinherited |
Definition at line 124 of file vpUnicycle.h.
Referenced by vpSimulatorPioneer::setVelocity(), and vpSimulatorPioneerPan::setVelocity().
|
protectedinherited |
Definition at line 125 of file vpUnicycle.h.