33#ifndef VPROBOTPIONEER_H
34#define VPROBOTPIONEER_H
36#include <visp3/core/vpConfig.h>
38#ifdef VISP_HAVE_PIONEER
48#include <visp3/robot/vpPioneer.h>
49#include <visp3/robot/vpRobot.h>
69 vpRobotPioneer(
const vpRobotPioneer &robot);
73 virtual ~vpRobotPioneer() VP_OVERRIDE;
129 void useSonar(
bool usage) { this->comInt(ArCommands::SONAR, usage); }
Implementation of a matrix and operations on matrices.
void get_eJe(vpMatrix &eJe) VP_OVERRIDE
void useSonar(bool usage)
vpMatrix eJe
robot Jacobian expressed in the end-effector frame
virtual void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)=0
virtual void getPosition(const vpRobot::vpControlFrameType frame, vpColVector &position)=0
Get the robot position (frame has to be specified).
virtual void get_fJe(vpMatrix &_fJe)=0
virtual void getDisplacement(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
virtual void setPosition(const vpRobot::vpControlFrameType frame, const vpColVector &q)=0
Set a displacement (frame has to be specified) in position control.