#include <robotiq_3f_gripper_api.h>
|
void | getCommandPos (double *posA, double *posB, double *posC, double *posS) const |
|
void | getCurrent (double *curA, double *curB, double *curC, double *curS) const |
|
void | getFaultStatus (FaultStatus *gFLT) const |
|
void | getGripperStatus (InitializationMode *gACT, GraspingMode *gMOD, ActionMode *gGTO, GripperStatus *gIMC, MotionStatus *gSTA) const |
|
void | getObjectStatus (ObjectStatus *fA, ObjectStatus *fB, ObjectStatus *fC, ObjectStatus *fS) const |
|
void | getPosition (double *posA, double *posB, double *posC, double *posS) const |
|
void | getPositionCmd (double *posA, double *posB, double *posC, double *posS) const |
|
void | getRaw (Robotiq3FGripperClientBase::GripperInput *raw) const |
|
bool | isEmergReleaseComplete () |
|
bool | isHalted () |
|
bool | isInitialized () |
|
bool | isModeSet (GraspingMode mode) |
|
bool | isMoving () |
|
bool | isReady () |
|
void | read () |
|
| Robotiq3FGripperAPI (boost::shared_ptr< Robotiq3FGripperClientBase > base) |
|
void | setActionMode (ActionMode mode) |
|
void | setEmergencyRelease (EmergencyRelease release) |
|
void | setForce (const double &fA, const double &fB=0, const double &fC=0, const double &fS=0) |
|
void | setGraspingMode (GraspingMode mode) |
|
void | setInidividualControlMode (IndividualControl fingers, IndividualControl scissor) |
|
void | setInitialization (InitializationMode mode) |
|
void | setPosition (const double &posA, const double &posB=0, const double &posC=0, const double &posS=0) |
|
void | setRaw (const Robotiq3FGripperClientBase::GripperOutput &raw) |
|
void | setVelocity (const double &velA, const double &velB=0, const double &velC=0, const double &velS=0) |
|
void | write () |
|
Definition at line 51 of file robotiq_3f_gripper_api.h.
void Robotiq3FGripperAPI::getCommandPos |
( |
double * |
posA, |
|
|
double * |
posB, |
|
|
double * |
posC, |
|
|
double * |
posS |
|
) |
| const |
void Robotiq3FGripperAPI::getCurrent |
( |
double * |
curA, |
|
|
double * |
curB, |
|
|
double * |
curC, |
|
|
double * |
curS |
|
) |
| const |
void Robotiq3FGripperAPI::getFaultStatus |
( |
FaultStatus * |
gFLT | ) |
const |
void Robotiq3FGripperAPI::getPosition |
( |
double * |
posA, |
|
|
double * |
posB, |
|
|
double * |
posC, |
|
|
double * |
posS |
|
) |
| const |
void Robotiq3FGripperAPI::getPositionCmd |
( |
double * |
posA, |
|
|
double * |
posB, |
|
|
double * |
posC, |
|
|
double * |
posS |
|
) |
| const |
bool Robotiq3FGripperAPI::isEmergReleaseComplete |
( |
| ) |
|
bool Robotiq3FGripperAPI::isHalted |
( |
| ) |
|
bool Robotiq3FGripperAPI::isInitialized |
( |
| ) |
|
bool Robotiq3FGripperAPI::isMoving |
( |
| ) |
|
bool Robotiq3FGripperAPI::isReady |
( |
| ) |
|
void Robotiq3FGripperAPI::read |
( |
| ) |
|
void Robotiq3FGripperAPI::setActionMode |
( |
ActionMode |
mode | ) |
|
void Robotiq3FGripperAPI::setForce |
( |
const double & |
fA, |
|
|
const double & |
fB = 0 , |
|
|
const double & |
fC = 0 , |
|
|
const double & |
fS = 0 |
|
) |
| |
void Robotiq3FGripperAPI::setGraspingMode |
( |
GraspingMode |
mode | ) |
|
void Robotiq3FGripperAPI::setPosition |
( |
const double & |
posA, |
|
|
const double & |
posB = 0 , |
|
|
const double & |
posC = 0 , |
|
|
const double & |
posS = 0 |
|
) |
| |
void Robotiq3FGripperAPI::setVelocity |
( |
const double & |
velA, |
|
|
const double & |
velB = 0 , |
|
|
const double & |
velC = 0 , |
|
|
const double & |
velS = 0 |
|
) |
| |
void Robotiq3FGripperAPI::write |
( |
| ) |
|
double robotiq_3f_gripper_control::Robotiq3FGripperAPI::cur_to_ticks_ |
|
private |
double robotiq_3f_gripper_control::Robotiq3FGripperAPI::force_offset_ |
|
private |
double robotiq_3f_gripper_control::Robotiq3FGripperAPI::force_to_ticks_ |
|
private |
double robotiq_3f_gripper_control::Robotiq3FGripperAPI::pos_offset_ |
|
private |
double robotiq_3f_gripper_control::Robotiq3FGripperAPI::pos_to_ticks_ |
|
private |
double robotiq_3f_gripper_control::Robotiq3FGripperAPI::sci_offset_ |
|
private |
double robotiq_3f_gripper_control::Robotiq3FGripperAPI::sci_to_ticks_ |
|
private |
double robotiq_3f_gripper_control::Robotiq3FGripperAPI::vel_offset_ |
|
private |
double robotiq_3f_gripper_control::Robotiq3FGripperAPI::vel_to_ticks_ |
|
private |
The documentation for this class was generated from the following files: