35#ifndef vpRobotViper850_h
36#define vpRobotViper850_h
38#include <visp3/core/vpConfig.h>
40#ifdef VISP_HAVE_VIPER850
45#include <visp3/core/vpColVector.h>
46#include <visp3/core/vpDebug.h>
47#include <visp3/robot/vpRobot.h>
48#include <visp3/robot/vpViper850.h>
52#include "irisa_Viper850.h"
61#include <visp3/sensor/vpForceTorqueAtiSensor.h>
385 vpRobotViper850(
const vpRobotViper850 &robot);
397 static bool m_robotAlreadyCreated;
399 double m_positioningVelocity;
405 double m_time_prev_getvel;
406 bool m_first_time_getvel;
411 bool m_first_time_getdis;
414#if defined(USE_ATI_DAQ) && defined(VISP_HAVE_COMEDI)
419 VP_EXPLICIT vpRobotViper850(
bool verbose =
true);
420 virtual ~vpRobotViper850(
void);
440 double getMaxRotationVelocityJoint6()
const;
446 double getPositioningVelocity(
void)
const;
447 bool getPowerState()
const;
455 double getTime()
const;
469 void move(
const std::string &filename);
476 static bool readPosFile(
const std::string &filename,
vpColVector &q);
477 static bool savePosFile(
const std::string &filename,
const vpColVector &q);
483 void setMaxRotationVelocityJoint6(
double w6_max);
488 double pos5,
double pos6);
490 void setPositioningVelocity(
double velocity);
499 void unbiasForceTorqueSensor();
502 double maxRotationVelocity_joint6;
vpCameraParametersProjType
@ perspectiveProjWithoutDistortion
Perspective projection without distortion model.
Implementation of column vector and the associated operations.
Implementation of an homogeneous matrix and operations on such kind of matrices.
Implementation of a matrix and operations on matrices.
Implementation of a pose vector and operations on poses.
static const double m_defaultPositioningVelocity
void closeGripper() const
void biasForceTorqueSensor()
void disableJoint6Limits() const
void enableJoint6Limits() const
@ AUTO
Automatic control mode (default).
@ ESTOP
Emergency stop activated.
vpControlModeType getControlMode() const
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 vpRobotStateType setRobotState(const vpRobot::vpRobotStateType newState)
virtual void getDisplacement(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
void setMaxRotationVelocity(double maxVr)
virtual void setPosition(const vpRobot::vpControlFrameType frame, const vpColVector &q)=0
Set a displacement (frame has to be specified) in position control.
Implementation of a rotation vector as Euler angle minimal representation.
Class that consider the case of a translation vector.
vpToolType
List of possible tools that can be attached to the robot end-effector.
virtual void set_eMc(const vpHomogeneousMatrix &eMc_)
void get_cMe(vpHomogeneousMatrix &cMe) const
void get_fJe(const vpColVector &q, vpMatrix &fJe) const
void get_eJe(const vpColVector &q, vpMatrix &eJe) const
void get_cVe(vpVelocityTwistMatrix &cVe) const