39 #ifndef vpSimulatorPioneerPan_H 40 #define vpSimulatorPioneerPan_H 48 #include <visp3/core/vpColVector.h> 49 #include <visp3/core/vpHomogeneousMatrix.h> 50 #include <visp3/core/vpMatrix.h> 51 #include <visp3/robot/vpPioneerPan.h> 52 #include <visp3/robot/vpRobot.h> 53 #include <visp3/robot/vpRobotSimulator.h> Implementation of a matrix and operations on matrices.
virtual void getDisplacement(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
vpHomogeneousMatrix wMc_
robot / camera location in the world frame
Implementation of an homogeneous matrix and operations on such kind of matrices.
virtual void setPosition(const vpRobot::vpControlFrameType frame, const vpColVector &q)=0
Set a displacement (frame has to be specified) in position control.
Generic functions for Pioneer mobile robots equiped with a pan head.
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
Implementation of column vector and the associated operations.
Class that defines the Pioneer mobile robot simulator equipped with a camera able to move in pan...
virtual void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)=0