#include <ArGripper.h>
A class with an enum of the commands for the gripper, see the Pioneer operations manual and the gripper guide for more detailed descriptions. The enum values which start with GRIP are for the gripper paddles, the ones which start with LIFT are the for the lift, and the ones which start with GRIPPER are for the entire unit.
Public Types | |
| enum | Commands { GRIP_OPEN = 1, GRIP_CLOSE = 2, GRIP_STOP = 3, LIFT_UP = 4, LIFT_DOWN = 5, LIFT_STOP = 6, GRIPPER_STORE = 7, GRIPPER_DEPLOY = 8, GRIPPER_HALT = 15, GRIP_PRESSURE = 16, LIFT_CARRY = 17 } |
| GRIP_CLOSE = 2 | |
| close the gripper paddles all the way | |
| GRIP_OPEN = 1 | |
| open the gripper paddles fully | |
| GRIP_PRESSURE = 16 | |
| GRIP_STOP = 3 | |
| stop the gripper paddles where they are | |
| GRIPPER_DEPLOY = 8 | |
| GRIPPER_HALT = 15 | |
| stops the gripper paddles and lift from moving | |
| GRIPPER_STORE = 7 | |
| LIFT_CARRY = 17 | |
| LIFT_DOWN = 5 | |
| lowers the lift to the bottom of its range | |
| LIFT_STOP = 6 | |
| stops the lift where it is | |
| LIFT_UP = 4 | |
| raises the lift to the top of its range | |
1.4.7