Aria
2.8.0
|
Contains gripper command numbers. More...
#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 } |
Contains gripper command numbers.
A class with an enum of the commands for the gripper, see the Pioneer operations manual and the gripper guide available at http://robots.mobilerobots.com 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.