Defines the class preshape , a pre-grasp hand shape (used in the grasp planner). More...
Go to the source code of this file.
Classes | |
class | preshape |
Holds the grasp preshape type and the DOF values for that presahpe. More... | |
Defines | |
#define | PR_circle_Angle 60.0 |
#define | PR_circle_F1 0.0 |
#define | PR_circle_F2 0.0 |
#define | PR_circle_F3 0.0 |
#define | PR_t_shape_Angle 90.0 |
#define | PR_t_shape_F1 0.0 |
#define | PR_t_shape_F2 0.0 |
#define | PR_t_shape_F3 0.0 |
#define | PR_three_opp_palm_Angle 180.0 |
#define | PR_three_opp_palm_F1 0.0 |
#define | PR_three_opp_palm_F2 0.0 |
#define | PR_three_opp_palm_F3 0.0 |
#define | PR_two_opp_one_Angle 0.0 |
#define | PR_two_opp_one_F1 0.0 |
#define | PR_two_opp_one_F2 0.0 |
#define | PR_two_opp_one_F3 0.0 |
Enumerations | |
enum | preshapeType { PR_None, PR_circle, PR_two_opp_one, PR_three_opp_palm, PR_t_shape } |
Defines the class preshape , a pre-grasp hand shape (used in the grasp planner).
Definition in file grasp_preshape.h.
#define PR_circle_Angle 60.0 |
Definition at line 42 of file grasp_preshape.h.
#define PR_circle_F1 0.0 |
Definition at line 43 of file grasp_preshape.h.
#define PR_circle_F2 0.0 |
Definition at line 44 of file grasp_preshape.h.
#define PR_circle_F3 0.0 |
Definition at line 45 of file grasp_preshape.h.
#define PR_t_shape_Angle 90.0 |
Definition at line 57 of file grasp_preshape.h.
#define PR_t_shape_F1 0.0 |
Definition at line 58 of file grasp_preshape.h.
#define PR_t_shape_F2 0.0 |
Definition at line 59 of file grasp_preshape.h.
#define PR_t_shape_F3 0.0 |
Definition at line 60 of file grasp_preshape.h.
#define PR_three_opp_palm_Angle 180.0 |
Definition at line 52 of file grasp_preshape.h.
#define PR_three_opp_palm_F1 0.0 |
Definition at line 53 of file grasp_preshape.h.
#define PR_three_opp_palm_F2 0.0 |
Definition at line 54 of file grasp_preshape.h.
#define PR_three_opp_palm_F3 0.0 |
Definition at line 55 of file grasp_preshape.h.
#define PR_two_opp_one_Angle 0.0 |
Definition at line 47 of file grasp_preshape.h.
#define PR_two_opp_one_F1 0.0 |
Definition at line 48 of file grasp_preshape.h.
#define PR_two_opp_one_F2 0.0 |
Definition at line 49 of file grasp_preshape.h.
#define PR_two_opp_one_F3 0.0 |
Definition at line 50 of file grasp_preshape.h.
enum preshapeType |
The 4 main preshape types for the Barrett hand are:
Definition at line 68 of file grasp_preshape.h.