#include "BHandDef.h"
Go to the source code of this file.
Classes | |
class | BHand |
Allegro Hand grasping algorithm. | |
Defines | |
#define | NOF 4 |
#define | NOJ 4 |
#define | SIZEOF_VARRAY (NOF*NOJ*8) |
Enumerations | |
enum | eHandType { eHandType_Left = 0, eHandType_Right } |
It specifies whether it is for left hand or right hand. More... | |
enum | eMotionType { eMotionType_NONE, eMotionType_HOME, eMotionType_READY, eMotionType_PRE_SHAPE, eMotionType_GRASP_3, eMotionType_GRASP_4, eMotionType_PINCH_IT, eMotionType_PINCH_MT, eMotionType_OBJECT_MOVING, eMotionType_ENVELOP, eMotionType_JOINT_PD, NUMBER_OF_MOTION_TYPE } |
Motion type set by user. More... | |
Functions | |
BHAND_EXTERN_C_BEGIN BHANDEXPORT BHand * | bhCreateLeftHand () |
Creates an instance of Allegro Hand control algorithm. It is for left hand. | |
BHANDEXPORT BHand * | bhCreateRightHand () |
Creates an instance of Allegro Hand control algorithm. It is for right hand. |
#define SIZEOF_VARRAY (NOF*NOJ*8) |
enum eHandType |
enum eMotionType |
Motion type set by user.
Type of motion.
Creates an instance of Allegro Hand control algorithm. It is for left hand.
Creates an instance of Allegro Hand control algorithm. It is for right hand.