![]() |
Visual Servoing Platform version 3.7.0
|
#include <vpViper650.h>
Public Types | |
| enum | vpToolType { TOOL_MARLIN_F033C_CAMERA , TOOL_PTGREY_FLEA2_CAMERA , TOOL_SCHUNK_GRIPPER_CAMERA , TOOL_GENERIC_CAMERA , TOOL_CUSTOM } |
Public Member Functions | |
| vpViper650 () | |
Inherited functionalities from vpViper650 | |
| void | init (void) |
| void | init (const std::string &camera_extrinsic_parameters) |
| void | init (vpViper650::vpToolType tool, vpCameraParameters::vpCameraParametersProjType projModel=vpCameraParameters::perspectiveProjWithoutDistortion) |
| void | init (vpViper650::vpToolType tool, const std::string &filename) |
| void | init (vpViper650::vpToolType tool, const vpHomogeneousMatrix &eMc_) |
| vpCameraParameters::vpCameraParametersProjType | getCameraParametersProjType () const |
| void | getCameraParameters (vpCameraParameters &cam, const unsigned int &image_width, const unsigned int &image_height) const |
| void | getCameraParameters (vpCameraParameters &cam, const vpImage< unsigned char > &I) const |
| void | getCameraParameters (vpCameraParameters &cam, const vpImage< vpRGBa > &I) const |
| vpToolType | getToolType () const |
| void | parseConfigFile (const std::string &filename) |
Protected Member Functions Inherited from vpViper650 | |
| vpToolType | tool_current |
| vpCameraParameters::vpCameraParametersProjType | projModel |
| void | setToolType (vpViper650::vpToolType tool) |
Modelization of the ADEPT Viper 650 robot.
The model of the robot is the following:
The non modified Denavit-Hartenberg representation of the robot is given in the table below, where
are the variable joint positions.
In this modelization, different frames have to be considered.
Definition at line 94 of file vpViper650.h.
List of possible tools that can be attached to the robot end-effector.
Definition at line 119 of file vpViper650.h.
| vpViper650::vpViper650 | ( | ) |
Default constructor. Sets the specific parameters like the Denavit-Hartenberg parameters.
Definition at line 98 of file vpViper650.cpp.
References vpViper::a1, vpViper::a2, vpViper::a3, vpViper::c56, vpViper::d1, vpViper::d4, vpViper::d6, defaultTool, init(), vpViper::joint_max, vpViper::joint_min, projModel, vpMath::rad(), tool_current, and vpViper650().
Referenced by vpRobotViper650::vpRobotViper650(), and vpViper650().
|
inherited |
Get the geometric transformation between the camera frame and the end-effector frame. This transformation is constant and correspond to the extrinsic camera parameters estimated by calibration.
| cMe | : Transformation between the camera frame and the end-effector frame. |
Definition at line 942 of file vpViper.cpp.
References eMc.
Referenced by vpRobotViper650::get_cMe(), vpRobotViper850::get_cMe(), vpSimulatorViper850::get_cMe(), vpRobotViper650::get_cVe(), vpRobotViper850::get_cVe(), vpSimulatorViper850::get_cVe(), and get_cVe().
|
inherited |
Get the twist transformation
from camera frame to end-effector frame. This transformation allows to compute a velocity expressed in the end-effector frame into the camera frame.
| cVe | : Twist transformation |
Definition at line 958 of file vpViper.cpp.
References vpVelocityTwistMatrix::buildFrom(), and get_cMe().
|
inherited |
Get the robot jacobian
which gives the velocity of the origin of the end-effector frame expressed in end-effector frame.
| q | : A six-dimension vector that contains the joint positions of the robot expressed in radians. |
| eJe | : Robot jacobian |
Definition at line 990 of file vpViper.cpp.
References vpHomogeneousMatrix::extract(), get_fJw(), get_fMw(), get_wMe(), vpHomogeneousMatrix::inverse(), vpRotationMatrix::inverse(), and vpTranslationVector::skew().
Referenced by vpSimulatorViper850::computeArticularVelocity(), vpRobotViper650::get_eJe(), vpRobotViper850::get_eJe(), vpSimulatorViper850::get_eJe(), and vpSimulatorViper850::getVelocity().
|
inherited |
Get the geometric transformation between the end-effector frame and the camera frame. This transformation is constant and correspond to the extrinsic camera parameters estimated by calibration.
| eMc_ | : Transformation between the the end-effector frame and the camera frame. |
Definition at line 914 of file vpViper.cpp.
References eMc.
Referenced by getInverseKinematics().
|
inherited |
Get the geometric transformation between the end-effector frame and the force/torque sensor frame. This transformation is constant.
| eMs | : Transformation between the the end-effector frame and the force/torque sensor frame. |
Definition at line 925 of file vpViper.cpp.
References d7, and vpHomogeneousMatrix::eye().
|
inherited |
Get the robot jacobian
which gives the velocity of the origin of the end-effector frame expressed in the robot reference frame also called fix frame.
| q | : A six-dimension vector that contains the joint positions of the robot expressed in radians. |
| fJe | : Robot jacobian |
Definition at line 1179 of file vpViper.cpp.
References vpHomogeneousMatrix::extract(), get_fJw(), get_fMw(), get_wMe(), and vpHomogeneousMatrix::inverse().
Referenced by vpSimulatorViper850::computeArticularVelocity(), vpRobotViper650::get_fJe(), vpRobotViper850::get_fJe(), vpSimulatorViper850::get_fJe(), and vpSimulatorViper850::getVelocity().
|
inherited |
Get the robot jacobian
which express the velocity of the origin of the wrist frame in the robot reference frame also called fix frame.
with
| q | : A six-dimension vector that contains the joint positions of the robot expressed in radians. |
| fJw | : Robot jacobian |
Definition at line 1074 of file vpViper.cpp.
References a1, a2, a3, d4, and vpArray2D< Type >::resize().
|
inherited |
Compute the forward kinematics (direct geometric model) as an homogeneous matrix.
By forward kinematics we mean here the position and the orientation of the camera relative to the base frame given the joint positions of all the six joints.
This method is the same than getForwardKinematics(const vpColVector & q).
| q | : Vector of six joint positions expressed in radians. |
Definition at line 626 of file vpViper.cpp.
References get_fMc().
Referenced by vpSimulatorViper850::compute_fMi(), get_fMc(), getForwardKinematics(), vpRobotViper650::getPosition(), vpRobotViper850::getPosition(), vpSimulatorViper850::getPosition(), vpRobotViper650::getVelocity(), vpRobotViper850::getVelocity(), vpRobotViper650::setPosition(), vpRobotViper850::setPosition(), and vpSimulatorViper850::setPosition().
|
inherited |
Compute the forward kinematics (direct geometric model) as an homogeneous matrix.
By forward kinematics we mean here the position and the orientation of the camera relative to the base frame given the six joint positions.
| q | : Vector of six joint positions expressed in radians. |
| fMc | The homogeneous matrix |
Definition at line 655 of file vpViper.cpp.
|
inherited |
Compute the forward kinematics (direct geometric model) as an homogeneous matrix
.
By forward kinematics we mean here the position and the orientation of the end effector with respect to the base frame given the motor positions of all the six joints.
with
| q | : A 6-dimension vector that contains the 6 joint positions expressed in radians. |
| fMe | The homogeneous matrix |
Note that this transformation can also be computed by considering the wrist frame
.
Definition at line 745 of file vpViper.cpp.
References a1, a2, a3, d1, d4, and d6.
Referenced by get_fMc(), vpRobotViper650::getVelocity(), and vpRobotViper850::getVelocity().
|
inherited |
Compute the transformation between the fix frame and the wrist frame. The wrist frame is located on the intersection of the 3 last rotations.
| q | : A 6-dimension vector that contains the 6 joint positions expressed in radians. |
| fMw | The homogeneous matrix corresponding to the transformation between the fix frame and the wrist frame (fMw). |
with
Definition at line 835 of file vpViper.cpp.
|
inherited |
Return the transformation between the wrist frame and the end-effector. The wrist frame is located on the intersection of the 3 last rotations.
| wMe | The homogeneous matrix corresponding to the transformation between the wrist frame and the end-effector frame (wMe). |
Definition at line 894 of file vpViper.cpp.
References d6, and vpHomogeneousMatrix::eye().
Referenced by get_eJe(), get_fJe(), and getInverseKinematics().
| void vpViper650::getCameraParameters | ( | vpCameraParameters & | cam, |
| const unsigned int & | image_width, | ||
| const unsigned int & | image_height ) const |
Get the current intrinsic camera parameters obtained by calibration.
| cam | : In output, camera parameters to fill. |
| image_width | : Image width used to compute camera calibration. |
| image_height | : Image height used to compute camera calibration. |
The code below shows how to get the camera parameters of the camera attached to the robot.
| vpRobotException::readingParametersError | : If the camera parameters are not found. |
Definition at line 553 of file vpViper650.cpp.
References vpException::badValue, CONST_CAMERA_FILENAME, CONST_GENERIC_CAMERA_NAME, CONST_MARLIN_F033C_CAMERA_NAME, CONST_PTGREY_FLEA2_CAMERA_NAME, CONST_SCHUNK_GRIPPER_CAMERA_NAME, getToolType(), vpException::notImplementedError, vpCameraParameters::perspectiveProjWithDistortion, vpCameraParameters::perspectiveProjWithoutDistortion, projModel, vpCameraParameters::ProjWithKannalaBrandtDistortion, vpRobotException::readingParametersError, vpXmlParserCamera::SEQUENCE_OK, TOOL_CUSTOM, TOOL_GENERIC_CAMERA, TOOL_MARLIN_F033C_CAMERA, TOOL_PTGREY_FLEA2_CAMERA, TOOL_SCHUNK_GRIPPER_CAMERA, vpERROR_TRACE, and vpTRACE.
Referenced by getCameraParameters(), and getCameraParameters().
| void vpViper650::getCameraParameters | ( | vpCameraParameters & | cam, |
| const vpImage< unsigned char > & | I ) const |
Get the current intrinsic camera parameters obtained by calibration.
| cam | : In output, camera parameters to fill. |
| I | : A B&W image send by the current camera in use. |
| vpRobotException::readingParametersError | : If the camera parameters are not found. |
Definition at line 766 of file vpViper650.cpp.
References getCameraParameters().
| void vpViper650::getCameraParameters | ( | vpCameraParameters & | cam, |
| const vpImage< vpRGBa > & | I ) const |
Get the current intrinsic camera parameters obtained by calibration.
| cam | : In output, camera parameters to fill. |
| I | : A color image send by the current camera in use. |
| vpRobotException::readingParametersError | : If the camera parameters are not found. |
Definition at line 835 of file vpViper650.cpp.
References getCameraParameters().
|
inline |
Get the current camera model projection type.
Definition at line 144 of file vpViper650.h.
References projModel.
|
inherited |
Return the coupling factor between join 5 and joint 6.
This factor should be only useful when motor positions are considered. Since the positions returned by the robot are joint positions which takes into account the coupling factor, it has not to be considered in the modelization of the robot.
Definition at line 1240 of file vpViper.cpp.
References c56.
|
inherited |
Compute the forward kinematics (direct geometric model) as an homogeneous matrix.
By forward kinematics we mean here the position and the orientation of the camera relative to the base frame given the six joint positions.
This method is the same than get_fMc(const vpColVector & q).
| q | : A six dimension vector corresponding to the robot joint positions expressed in radians. |
Definition at line 140 of file vpViper.cpp.
References get_fMc().
|
inherited |
Compute the inverse kinematics (inverse geometric model).
By inverse kinematics we mean here the six joint values given the position and the orientation of the camera frame relative to the base frame.
| fMc | : Homogeneous matrix |
| q | : In input, a six dimension vector corresponding to the current joint positions expressed in radians. In output, the solution of the inverse kinematics, ie. the joint positions corresponding to |
| verbose | : Add extra printings. |
The code below shows how to compute the inverse geometric model:
Definition at line 589 of file vpViper.cpp.
References get_eMc(), get_wMe(), getInverseKinematicsWrist(), and vpHomogeneousMatrix::inverse().
Referenced by vpSimulatorViper850::initialiseCameraRelativeToObject(), vpRobotViper650::setPosition(), vpRobotViper850::setPosition(), and vpSimulatorViper850::setPosition().
|
inherited |
Compute the inverse kinematics (inverse geometric model).
By inverse kinematics we mean here the six joint values given the position and the orientation of the camera frame relative to the base frame.
| fMw | : Homogeneous matrix |
| q | : In input, a six dimension vector corresponding to the current joint positions expressed in radians. In output, the solution of the inverse kinematics, ie. the joint positions corresponding to |
| verbose | : Add extra printings. |
The code below shows how to compute the inverse geometric model:
Definition at line 241 of file vpViper.cpp.
References a1, a2, a3, d1, d4, vpArray2D< Type >::getRows(), njoint, vpMath::rad(), vpColVector::resize(), and vpMath::sqr().
Referenced by getInverseKinematics().
|
inherited |
Get maximal joint values.
Definition at line 1228 of file vpViper.cpp.
References joint_max.
|
inherited |
Get minimal joint values.
Definition at line 1219 of file vpViper.cpp.
References joint_min.
|
inline |
Get the current tool type.
Definition at line 152 of file vpViper650.h.
References tool_current.
Referenced by getCameraParameters().
| void vpViper650::init | ( | const std::string & | camera_extrinsic_parameters | ) |
Read files containing the constant parameters related to the robot tools in order to set the end-effector to tool transformation.
| camera_extrinsic_parameters | : Filename containing the camera extrinsic parameters. |
Definition at line 146 of file vpViper650.cpp.
References parseConfigFile().
| void vpViper650::init | ( | void | ) |
Initialize the robot with the default tool vpViper650::defaultTool.
Definition at line 131 of file vpViper650.cpp.
References defaultTool, and init().
Referenced by vpRobotViper650::init(), vpRobotViper650::init(), vpRobotViper650::init(), init(), init(), and vpViper650().
| void vpViper650::init | ( | vpViper650::vpToolType | tool, |
| const std::string & | filename ) |
Set the type of tool attached to the robot and transformation between the end-effector and the tool (
). This last parameter is loaded from a file.
| tool | : Type of tool in use. |
| filename | : Path of the configuration file containing the transformation between the end-effector frame and the tool frame. |
The configuration file should have the form below:
Definition at line 374 of file vpViper650.cpp.
References parseConfigFile(), and setToolType().
| void vpViper650::init | ( | vpViper650::vpToolType | tool, |
| const vpHomogeneousMatrix & | eMc_ ) |
Set the type of tool attached to the robot and the transformation between the end-effector and the tool (
).
| tool | : Type of tool in use. |
| eMc_ | : Homogeneous matrix representation of the transformation between the end-effector frame and the tool frame. |
Definition at line 395 of file vpViper650.cpp.
References vpViper::set_eMc(), and setToolType().
| void vpViper650::init | ( | vpViper650::vpToolType | tool, |
| vpCameraParameters::vpCameraParametersProjType | proj_model = vpCameraParameters::perspectiveProjWithoutDistortion ) |
Set the constant parameters related to the robot kinematics and to the end-effector to camera transformation (
) corresponding to the camera extrinsic parameters. These last parameters depend on the camera and projection model in use and are loaded from predefined files or parameters.
| tool | : Camera in use. |
| proj_model | : Projection model of the camera. |
Definition at line 175 of file vpViper650.cpp.
References vpException::badValue, CONST_EMC_GENERIC_WITH_DISTORTION_FILENAME, CONST_EMC_GENERIC_WITHOUT_DISTORTION_FILENAME, CONST_EMC_MARLIN_F033C_WITH_DISTORTION_FILENAME, CONST_EMC_MARLIN_F033C_WITHOUT_DISTORTION_FILENAME, CONST_EMC_PTGREY_FLEA2_WITH_DISTORTION_FILENAME, CONST_EMC_PTGREY_FLEA2_WITHOUT_DISTORTION_FILENAME, CONST_EMC_SCHUNK_GRIPPER_WITH_DISTORTION_FILENAME, CONST_EMC_SCHUNK_GRIPPER_WITHOUT_DISTORTION_FILENAME, vpViper::eMc, vpViper::erc, vpViper::etc, init(), vpException::notImplementedError, vpCameraParameters::perspectiveProjWithDistortion, vpCameraParameters::perspectiveProjWithoutDistortion, projModel, vpCameraParameters::ProjWithKannalaBrandtDistortion, vpMath::rad(), setToolType(), TOOL_CUSTOM, TOOL_GENERIC_CAMERA, TOOL_MARLIN_F033C_CAMERA, TOOL_PTGREY_FLEA2_CAMERA, TOOL_SCHUNK_GRIPPER_CAMERA, and vpERROR_TRACE.
| void vpViper650::parseConfigFile | ( | const std::string & | filename | ) |
This function gets the robot constant parameters from a file.
| filename | : File name containing the robot constant parameters, like the hand-to-eye transformation. |
Definition at line 409 of file vpViper650.cpp.
References vpRobotException::readingParametersError, and vpViper::set_eMc().
|
virtualinherited |
Set the geometric transformation between the end-effector frame and the tool frame (commonly a camera).
| eMc_ | : Transformation between the end-effector frame and the tool frame. |
Reimplemented in vpRobotViper650, and vpRobotViper850.
Definition at line 1250 of file vpViper.cpp.
Referenced by vpViper650::init(), vpViper850::init(), vpViper650::parseConfigFile(), vpViper850::parseConfigFile(), vpRobotViper650::set_eMc(), vpRobotViper650::set_eMc(), vpRobotViper850::set_eMc(), and vpRobotViper850::set_eMc().
|
virtualinherited |
Set the geometric transformation between the end-effector frame and the tool frame (commonly a camera frame).
| etc_ | : Translation between the end-effector frame and the tool frame. |
| erc_ | : Rotation between the end-effector frame and the tool frame using the Euler angles in radians with the XYZ convention. |
Reimplemented in vpRobotViper650, and vpRobotViper850.
Definition at line 1268 of file vpViper.cpp.
|
inlineprotected |
|
protectedinherited |
Definition at line 162 of file vpViper.h.
Referenced by vpSimulatorViper850::compute_fMi(), get_fJw(), get_fMe(), get_fMw(), getInverseKinematicsWrist(), operator=(), vpSimulatorViper850::singularityTest(), vpViper(), vpViper650::vpViper650(), and vpViper850::vpViper850().
|
protectedinherited |
for joint 2
Definition at line 163 of file vpViper.h.
Referenced by vpSimulatorViper850::compute_fMi(), get_fJw(), get_fMe(), get_fMw(), getInverseKinematicsWrist(), operator=(), vpSimulatorViper850::singularityTest(), vpViper(), vpViper650::vpViper650(), and vpViper850::vpViper850().
|
protectedinherited |
for joint 3
Definition at line 164 of file vpViper.h.
Referenced by vpSimulatorViper850::compute_fMi(), get_fJw(), get_fMe(), get_fMw(), getInverseKinematicsWrist(), operator=(), vpSimulatorViper850::singularityTest(), vpViper(), vpViper650::vpViper650(), and vpViper850::vpViper850().
|
protectedinherited |
Mechanical coupling between joint 5 and joint 6.
Definition at line 168 of file vpViper.h.
Referenced by getCoupl56(), operator<<, operator=(), vpViper(), vpViper650::vpViper650(), and vpViper850::vpViper850().
|
static |
Definition at line 108 of file vpViper650.h.
Referenced by getCameraParameters().
|
static |
Definition at line 107 of file vpViper650.h.
Referenced by init().
|
static |
Definition at line 106 of file vpViper650.h.
Referenced by init().
|
static |
Definition at line 101 of file vpViper650.h.
Referenced by init().
|
static |
Files where constant transformation between end-effector and camera frame are stored.
Definition at line 100 of file vpViper650.h.
Referenced by init().
|
static |
Definition at line 103 of file vpViper650.h.
Referenced by init().
|
static |
Definition at line 102 of file vpViper650.h.
Referenced by init().
|
static |
Definition at line 105 of file vpViper650.h.
Referenced by init().
|
static |
Definition at line 104 of file vpViper650.h.
Referenced by init().
|
static |
Definition at line 116 of file vpViper650.h.
Referenced by getCameraParameters().
|
static |
Name of the camera attached to the end-effector.
Definition at line 113 of file vpViper650.h.
Referenced by getCameraParameters().
|
static |
Definition at line 114 of file vpViper650.h.
Referenced by getCameraParameters().
|
static |
Definition at line 115 of file vpViper650.h.
Referenced by getCameraParameters().
|
protectedinherited |
for joint 1
Definition at line 162 of file vpViper.h.
Referenced by vpSimulatorViper850::compute_fMi(), get_fMe(), get_fMw(), getInverseKinematicsWrist(), operator=(), vpViper(), vpViper650::vpViper650(), and vpViper850::vpViper850().
|
protectedinherited |
for joint 4
Definition at line 165 of file vpViper.h.
Referenced by vpSimulatorViper850::compute_fMi(), get_fJw(), get_fMe(), get_fMw(), getInverseKinematicsWrist(), operator=(), vpSimulatorViper850::singularityTest(), vpViper(), vpViper650::vpViper650(), and vpViper850::vpViper850().
|
protectedinherited |
for joint 6
Definition at line 166 of file vpViper.h.
Referenced by vpSimulatorViper850::compute_fMi(), get_fMe(), get_wMe(), operator=(), vpViper(), vpViper650::vpViper650(), and vpViper850::vpViper850().
|
protectedinherited |
for force/torque location
Definition at line 167 of file vpViper.h.
Referenced by get_eMs(), operator=(), and vpViper().
|
static |
Default tool attached to the robot end effector.
Definition at line 129 of file vpViper650.h.
Referenced by vpRobotViper650::init(), init(), and vpViper650().
|
protectedinherited |
End effector to camera transformation.
Definition at line 156 of file vpViper.h.
Referenced by vpSimulatorViper850::computeArticularVelocity(), get_cMe(), get_eMc(), get_fMc(), vpSimulatorViper850::getVelocity(), vpSimulatorViper850::init(), vpViper650::init(), vpViper850::init(), operator<<, operator=(), set_eMc(), set_eMc(), and vpViper().
|
protectedinherited |
Definition at line 159 of file vpViper.h.
Referenced by vpRobotViper650::init(), vpRobotViper650::init(), vpRobotViper650::init(), vpRobotViper850::init(), vpRobotViper850::init(), vpRobotViper850::init(), vpSimulatorViper850::init(), vpViper650::init(), vpViper850::init(), operator=(), vpRobotViper650::set_eMc(), vpRobotViper650::set_eMc(), vpRobotViper850::set_eMc(), vpRobotViper850::set_eMc(), set_eMc(), set_eMc(), and vpViper().
|
protectedinherited |
Definition at line 158 of file vpViper.h.
Referenced by vpRobotViper650::init(), vpRobotViper650::init(), vpRobotViper650::init(), vpRobotViper850::init(), vpRobotViper850::init(), vpRobotViper850::init(), vpSimulatorViper850::init(), vpViper650::init(), vpViper850::init(), operator=(), vpRobotViper650::set_eMc(), vpRobotViper650::set_eMc(), vpRobotViper850::set_eMc(), vpRobotViper850::set_eMc(), set_eMc(), set_eMc(), and vpViper().
|
protectedinherited |
Definition at line 171 of file vpViper.h.
Referenced by getJointMax(), vpRobotViper650::init(), vpRobotViper650::init(), vpRobotViper650::init(), vpRobotViper650::init(), vpRobotViper850::init(), vpRobotViper850::init(), vpRobotViper850::init(), vpRobotViper850::init(), vpSimulatorViper850::init(), vpSimulatorViper850::isInJointLimit(), operator<<, operator=(), vpSimulatorViper850::setJointLimit(), vpSimulatorViper850::updateArticularPosition(), vpViper(), vpViper650::vpViper650(), and vpViper850::vpViper850().
|
protectedinherited |
Definition at line 172 of file vpViper.h.
Referenced by getJointMin(), vpRobotViper650::init(), vpRobotViper650::init(), vpRobotViper650::init(), vpRobotViper650::init(), vpRobotViper850::init(), vpRobotViper850::init(), vpRobotViper850::init(), vpRobotViper850::init(), vpSimulatorViper850::init(), vpSimulatorViper850::isInJointLimit(), operator<<, operator=(), vpSimulatorViper850::setJointLimit(), vpSimulatorViper850::updateArticularPosition(), vpViper(), vpViper650::vpViper650(), and vpViper850::vpViper850().
|
staticinherited |
Number of joint.
Definition at line 153 of file vpViper.h.
Referenced by vpRobotViper650::get_eJe(), vpRobotViper850::get_eJe(), vpRobotViper650::get_fJe(), vpRobotViper850::get_fJe(), vpRobotViper650::getDisplacement(), vpRobotViper850::getDisplacement(), getInverseKinematicsWrist(), vpRobotViper650::getPosition(), vpRobotViper850::getPosition(), vpSimulatorViper850::init(), vpRobotViper650::readPosFile(), vpRobotViper850::readPosFile(), vpSimulatorViper850::readPosFile(), vpRobotViper650::setPosition(), vpRobotViper850::setPosition(), vpRobotViper650::setVelocity(), vpRobotViper850::setVelocity(), and vpViper().
|
protected |
Definition at line 168 of file vpViper650.h.
Referenced by getCameraParameters(), getCameraParametersProjType(), vpRobotViper650::init(), init(), and vpViper650().
|
protected |
Current tool in use.
Definition at line 166 of file vpViper650.h.
Referenced by getToolType(), setToolType(), and vpViper650().