GoalTypes.h
66 };
@ GOAL_LAZY_SAMPLES
This bit is set if casting to goal states (ompl::base::GoalLazySamples) is possible.
Definition: GoalTypes.h:65
@ GOAL_STATE
This bit is set if casting to goal state (ompl::base::GoalState) is possible.
Definition: GoalTypes.h:59
@ GOAL_STATES
This bit is set if casting to goal states (ompl::base::GoalStates) is possible.
Definition: GoalTypes.h:62
@ GOAL_SAMPLEABLE_REGION
This bit is set if casting to sampleable goal regions (ompl::base::GoalSampleableRegion) is possible.
Definition: GoalTypes.h:56
@ GOAL_ANY
This bit is set if casting to generic goal regions (ompl::base::Goal) is possible....
Definition: GoalTypes.h:49
@ GOAL_REGION
This bit is set if casting to goal regions (ompl::base::GoalRegion) is possible.
Definition: GoalTypes.h:52