40 #ifndef vpRobotViper850_h 41 #define vpRobotViper850_h 43 #include <visp3/core/vpConfig.h> 45 #ifdef VISP_HAVE_VIPER850 50 #include <visp3/core/vpColVector.h> 51 #include <visp3/core/vpDebug.h> 52 #include <visp3/robot/vpRobot.h> 53 #include <visp3/robot/vpViper850.h> 57 #include "irisa_Viper850.h" 66 #include <visp3/sensor/vpForceTorqueAtiSensor.h> 376 static bool m_robotAlreadyCreated;
378 double m_positioningVelocity;
384 double m_time_prev_getvel;
385 bool m_first_time_getvel;
390 bool m_first_time_getdis;
391 vpControlModeType m_controlMode;
393 #if defined(USE_ATI_DAQ) && defined(VISP_HAVE_COMEDI) 402 void biasForceTorqueSensor();
404 void closeGripper()
const;
406 void disableJoint6Limits()
const;
407 void enableJoint6Limits()
const;
419 double getMaxRotationVelocityJoint6()
const;
425 double getPositioningVelocity(
void)
const;
426 bool getPowerState()
const;
434 double getTime()
const;
448 void move(
const std::string &filename);
455 static bool readPosFile(
const std::string &filename,
vpColVector &q);
456 static bool savePosFile(
const std::string &filename,
const vpColVector &q);
462 void setMaxRotationVelocityJoint6(
double w6_max);
467 double pos4,
double pos5,
double pos6);
469 void setPositioningVelocity(
double velocity);
478 void unbiasForceTorqueSensor();
481 double maxRotationVelocity_joint6;
Implementation of a matrix and operations on matrices.
virtual void getDisplacement(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Implementation of an homogeneous matrix and operations on such kind of matrices.
virtual void get_eJe(vpMatrix &_eJe)=0
Get the robot Jacobian expressed in the end-effector frame.
virtual void setPosition(const vpRobot::vpControlFrameType frame, const vpColVector &q)=0
Set a displacement (frame has to be specified) in position control.
Class that defines a generic virtual robot.
virtual vpRobotStateType setRobotState(const vpRobot::vpRobotStateType newState)
void setMaxRotationVelocity(double maxVr)
virtual void set_eMc(const vpHomogeneousMatrix &eMc_)
vpCameraParametersProjType
virtual void getPosition(const vpRobot::vpControlFrameType frame, vpColVector &q)=0
Get the robot position (frame has to be specified).
vpToolType
List of possible tools that can be attached to the robot end-effector.
virtual void get_fJe(vpMatrix &_fJe)=0
Modelisation of the ADEPT Viper 850 robot.
void get_cMe(vpHomogeneousMatrix &cMe) const
Implementation of column vector and the associated operations.
Implementation of a pose vector and operations on poses.
void get_cVe(vpVelocityTwistMatrix &cVe) const
vpControlModeType getControlMode() const
Implementation of a rotation vector as Euler angle minimal representation.
static const double m_defaultPositioningVelocity
Automatic control mode (default).
virtual void setVelocity(const vpRobot::vpControlFrameType frame, const vpColVector &vel)=0
Class that consider the case of a translation vector.