gripper
[Interface specifications]
Detailed Description
An actuated gripper.
The gripper interface provides access to a robotic gripper.
- Todo:
- This interface is VERY Pioneer-specific, and should really be generalized.
| #define | PLAYER_GRIPPER_DATA_STATE 1 |
| Data subtype: state. | |
| #define | PLAYER_GRIPPER_CMD_STATE 1 |
| Command subtype: state. | |
| #define | PLAYER_GRIPPER_REQ_GET_GEOM 1 |
| Request/reply subtype: get geometry. | |
| #define | GRIPopen 1 |
| Command codes. | |
| #define | GRIPclose 2 |
| Command codes. | |
| #define | GRIPstop 3 |
| Command codes. | |
| #define | LIFTup 4 |
| Command codes. | |
| #define | LIFTdown 5 |
| Command codes. | |
| #define | LIFTstop 6 |
| Command codes. | |
| #define | GRIPstore 7 |
| Command codes. | |
| #define | GRIPdeploy 8 |
| Command codes. | |
| #define | GRIPhalt 15 |
| Command codes. | |
| #define | GRIPpress 16 |
| Command codes. | |
| #define | LIFTcarry 17 |
| Command codes. | |
| typedef player_gripper_data | player_gripper_data_t |
| Data: state (PLAYER_GRIPPER_DATA_STATE). | |
| typedef player_gripper_cmd | player_gripper_cmd_t |
| Command: state (PLAYER_GRIPPER_CMD_STATE). | |
| typedef player_gripper_geom | player_gripper_geom_t |
| Request/reply: get geometry. |
Typedef Documentation
|
|
Command: state (PLAYER_GRIPPER_CMD_STATE).
The |
|
|
Data: state (PLAYER_GRIPPER_DATA_STATE).
The The following list defines how the data can be interpreted for some Pioneer robots and Stage:
|
|
|
Request/reply: get geometry. The geometry (pose and size) of the gripper device can be queried by sending a null PLAYER_GRIPPER_REQ_GET_GEOM request. |
