|
| | GripperInterface () |
| virtual | ~GripperInterface () |
| std::vector< std::string > | gripperGetSupportedModels () |
| ResultWithErrno2 | gripperScanDevices (const std::string &model, const std::string &device_name) |
| std::vector< std::string > | gripperGetNames () |
| int | gripperAdd (const std::string &name, const std::string &model) |
| int | gripperDelete (const std::string &name) |
| int | gripperRename (const std::string &name, const std::string &new_name) |
| int | gripperConnect (const std::string &name, const std::string &device_name) |
| int | gripperDisconnect (const std::string &name) |
| bool | gripperIsConnected (const std::string &name) |
| int | gripperSetWorkMode (const std::string &name, int work_mode) |
| int | gripperGetWorkMode (const std::string &name) |
| int | gripperSetMountPose (const std::string &name, const std::vector< double > &pose, bool enable_collision) |
| std::vector< double > | gripperGetMountPose (const std::string &name) |
| | 获取夹爪安装偏移
|
| int | gripperEnable (const std::string &name, bool enable) |
| bool | gripperIsEnabled (const std::string &name) |
| int | gripperSetPosition (const std::string &name, const double position) |
| int | gripperSetVelocity (const std::string &name, const double velocity_percent) |
| int | gripperSetForce (const std::string &name, const double force) |
| int | gripperSetAngle (const std::string &name, const double angle) |
| int | gripperSetRVelocity (const std::string &name, const double r_velocity_percent) |
| int | gripperSetTorque (const std::string &name, const double torque_percent) |
| int | gripperMove (const std::string &name) |
| int | gripperStop (const std::string &name) |
| std::string | gripperGetHardwareVersion (const std::string &name) |
| std::string | gripperGetSoftwareVersion (const std::string &name) |
| double | gripperGetPosition (const std::string &name) |
| double | gripperGetVelocity (const std::string &name) |
| double | gripperGetForce (const std::string &name) |
| double | gripperGetAngle (const std::string &name) |
| double | gripperGetRVelocity (const std::string &name) |
| double | gripperGetTorque (const std::string &name) |
| bool | gripperGetObjectDetection (const std::string &name) |
| bool | gripperGetMotionState (const std::string &name) |
| double | gripperGetVoltage (const std::string &name) |
| double | gripperGetTemperature (const std::string &name) |
| int | gripperResetSlaveId (const std::string &name, const int slave_id) |
| int | gripperGetStatusCode (const std::string &name) |
Definition at line 17 of file gripper_interface.h.