 |
Visual Servoing Platform
version 3.3.0
|
100 #include <visp3/core/vpConfig.h>
101 #include <visp3/robot/vpViper.h>
106 #ifdef VISP_HAVE_VIPER850_DATA
107 static const std::string CONST_EMC_MARLIN_F033C_WITHOUT_DISTORTION_FILENAME;
145 void init(
const std::string &camera_extrinsic_parameters);
156 const unsigned int &image_height)
const;
163 void parseConfigFile(
const std::string &filename);
175 vpToolType tool_current;
Modelisation of the ADEPT Viper 850 robot.
vpToolType getToolType() const
Get the current tool type.
@ TOOL_PTGREY_FLEA2_CAMERA
Generic class defining intrinsic camera parameters.
@ perspectiveProjWithoutDistortion
static const std::string CONST_EMC_GENERIC_WITHOUT_DISTORTION_FILENAME
static const std::string CONST_EMC_PTGREY_FLEA2_WITHOUT_DISTORTION_FILENAME
@ TOOL_SCHUNK_GRIPPER_CAMERA
static const std::string CONST_EMC_SCHUNK_GRIPPER_WITHOUT_DISTORTION_FILENAME
@ TOOL_MARLIN_F033C_CAMERA
vpCameraParametersProjType
vpCameraParameters::vpCameraParametersProjType projModel
static const std::string CONST_EMC_SCHUNK_GRIPPER_WITH_DISTORTION_FILENAME
static const char *const CONST_PTGREY_FLEA2_CAMERA_NAME
static const std::string CONST_CAMERA_FILENAME
static const vpToolType defaultTool
Default tool attached to the robot end effector.
Modelisation of the ADEPT Viper robot.
static const std::string CONST_EMC_GENERIC_WITH_DISTORTION_FILENAME
vpCameraParameters::vpCameraParametersProjType getCameraParametersProjType() const
Get the current camera model projection type.
static const std::string CONST_EMC_PTGREY_FLEA2_WITH_DISTORTION_FILENAME
static const char *const CONST_MARLIN_F033C_CAMERA_NAME
static const char *const CONST_SCHUNK_GRIPPER_CAMERA_NAME
static const std::string CONST_EMC_MARLIN_F033C_WITH_DISTORTION_FILENAME
static const char *const CONST_GENERIC_CAMERA_NAME
Implementation of an homogeneous matrix and operations on such kind of matrices.
vpToolType
List of possible tools that can be attached to the robot end-effector.