#include <ArGripper.h>
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 } |
A class with an enum of the commands for the gripper, see the p2 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.
Definition at line 41 of file ArGripper.h.
|
Definition at line 44 of file ArGripper.h. |