37 #ifndef vpRobotViper850_h
38 #define vpRobotViper850_h
40 #include <visp3/core/vpConfig.h>
42 #ifdef VISP_HAVE_VIPER850
47 #include <visp3/core/vpColVector.h>
48 #include <visp3/core/vpDebug.h>
49 #include <visp3/robot/vpRobot.h>
50 #include <visp3/robot/vpViper850.h>
54 #include "irisa_Viper850.h"
63 #include <visp3/sensor/vpForceTorqueAtiSensor.h>
399 static bool m_robotAlreadyCreated;
401 double m_positioningVelocity;
407 double m_time_prev_getvel;
408 bool m_first_time_getvel;
413 bool m_first_time_getdis;
416 #if defined(USE_ATI_DAQ) && defined(VISP_HAVE_COMEDI)
425 void biasForceTorqueSensor();
427 void closeGripper()
const;
429 void disableJoint6Limits()
const;
430 void enableJoint6Limits()
const;
442 double getMaxRotationVelocityJoint6()
const;
448 double getPositioningVelocity(
void)
const;
449 bool getPowerState()
const;
457 double getTime()
const;
471 void move(
const std::string &filename);
478 static bool readPosFile(
const std::string &filename,
vpColVector &q);
479 static bool savePosFile(
const std::string &filename,
const vpColVector &q);
485 void setMaxRotationVelocityJoint6(
double w6_max);
490 double pos5,
double pos6);
492 void setPositioningVelocity(
double velocity);
501 void unbiasForceTorqueSensor();
504 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.
Control of Irisa's Viper S850 robot named Viper850.
static const double m_defaultPositioningVelocity
@ AUTO
Automatic control mode (default).
vpControlModeType getControlMode() const
Class that defines a generic virtual robot.
virtual void get_eJe(vpMatrix &_eJe)=0
Get the 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 vpRobotStateType setRobotState(const vpRobot::vpRobotStateType newState)
virtual void get_fJe(vpMatrix &_fJe)=0
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.
Modelization of the ADEPT Viper 850 robot.
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_cVe(vpVelocityTwistMatrix &cVe) const