planners/plannerType.h

Go to the documentation of this file.
00001 //-----------------------------------------------------------------------------
00002 // plannerType.h
00003 //-----------------------------------------------------------------------------
00004 
00005 #ifndef PLANNERTYPE_H_
00006 #define PLANNERTYPE_H_
00007 
00008 enum PlannerType 
00009 {
00010         PLANNER_NONE = -1,
00011         PLANNER_LINEAR,
00012         PLANNER_SEQUENTIAL,
00013         PLANNER_ACA,
00014         PLANNER_RANDOM,
00015         PLANNER_JONATHAN,
00016         PLANNER_SIMPLEX_SUBDIVISION,
00017         PLANNER_PRM,
00018         PLANNER_SANDROS,
00019         PLANNER_ASTAR,
00020         PLANNER_IK_ACA,
00021         PLANNER_FORTEST,
00022     PLANNER_PRM_IJG,
00023     PLANNER_MPEP,
00024     PLANNER_NEURAL,
00025         PLANNER_ATACE,
00026     PLANNER_IK_JACOBIAN,
00027         PLANNER_ACA_CONNECT,
00028         PLANNER_RRT,
00029         PLANNER_RRT_CONNECT,
00030         PLANNER_PRM_CLOSEDCHAIN,
00031         PLANNER_RRT_CLOSEDCHAIN,
00032         PLANNER_RGD_CONSTRAINT,
00033         NUM_OF_PLANNER_TYPES
00034 };
00035 
00036 
00037 #endif

Generated on Sat Apr 1 21:30:45 2006 for Motion Planning Kernel by  doxygen 1.4.6-NO