Home | Trees | Indices | Help |
|
---|
|
object --+ | Gripper
Interface class for a gripper on the Intera Research Robot.
|
|||
|
|||
|
|||
bool |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
float |
|
||
bool |
|
||
float |
|
||
float |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
Inherited from |
|
|||
MAX_POSITION = 0.041667
|
|||
MIN_POSITION = 0.0
|
|||
MAX_FORCE = 10.0
|
|||
MIN_FORCE = 0.0
|
|||
MAX_VELOCITY = 3.0
|
|||
MIN_VELOCITY = 0.15
|
|
|||
Inherited from |
|
Constructor.
|
Power cycle the gripper, removing calibration information. Basic call to the gripper reboot command. Waits for gripper to return ready state but does not clear errors that could occur during boot.
|
Set the gripper to stop executing command at the current position, apply holding force.
|
Set the gripper to start executing command at the current position, apply holding force.
|
Set the gripper position to open by providing opening position.
|
Set the gripper position to close by providing closing position.
|
Returns a bool describing whether the gripper is in an error state. (True: Error detected, False: No errors)
|
Returns bool describing if the gripper ready, i.e. is calibrated, not busy (as in resetting or rebooting), and not moving.
|
Returns bool describing if the gripper is moving.
|
Returns bool describing if the gripper is gripping.
|
Returns bool describing if the gripper is calibrated.
|
Calibrate the gripper in order to set maximum and minimum travel distance.
|
Returns float describing the gripper position in meters.
|
Set the position of gripper.
|
Set the velocity at which the gripper position movement will execute.
|
Returns the force sensed by the gripper in estimated Newtons.
|
Set holding force of successful gripper grasp. Set the force at which the gripper will continue applying after a position command has completed either from successfully achieving the commanded position, or by exceeding the moving force threshold.
|
Set the weight of the object in kilograms.
|
Set the gripper dead zone describing the position error threshold where a move will be considered successful.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 25 17:59:54 2017 | http://epydoc.sourceforge.net |