43 #ifndef vpSimulatorPioneer_H
44 #define vpSimulatorPioneer_H
51 #include <visp/vpColVector.h>
52 #include <visp/vpHomogeneousMatrix.h>
53 #include <visp/vpMatrix.h>
54 #include <visp/vpPioneer.h>
55 #include <visp/vpRobot.h>
56 #include <visp/vpRobotSimulator.h>
Definition of the vpMatrix class.
virtual void getDisplacement(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Get a displacement (frame as to ve specified) between two successive position control.
The class provides a data structure for the homogeneous matrices as well as a set of operations on th...
Class that defines the Pioneer mobile robot simulator equipped with a static camera.
virtual void setPosition(const vpRobot::vpControlFrameType frame, const vpColVector &q)=0
Set a displacement (frame has to be specified) in position control.
This class aims to be a basis used to create all the robot simulators.
virtual void getPosition(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Get the robot position (frame has to be specified).
virtual void get_fJe(vpMatrix &_fJe)=0
Get the robot Jacobian expressed in the robot reference (or world) frame.
Generic functions for Pioneer mobile robots.
Class that provides a data structure for the column vectors as well as a set of operations on these v...
virtual void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)=0
Set the velocity (frame has to be specified) that will be applied to the velocity controller...