All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
GoalState.h
virtual unsigned int maxSampleCount() const
Return the maximum number of samples that can be asked for before repeating.
Definition: GoalState.cpp:62
virtual void sampleGoal(State *st) const
Sample a state in the goal region.
Definition: GoalState.cpp:57
Abstract definition of a goal region that can be sampled.
Definition: GoalSampleableRegion.h:49
virtual double distanceGoal(const State *st) const
Compute the distance to the goal (heuristic)
Definition: GoalState.cpp:46
A shared pointer wrapper for ompl::base::SpaceInformation.
This bit is set if casting to goal state (ompl::base::GoalState) is possible.
Definition: GoalTypes.h:58
virtual void print(std::ostream &out=std::cout) const
Print information about the goal data structure to a stream.
Definition: GoalState.cpp:51
GoalState(const SpaceInformationPtr &si)
Create a goal representation that is in fact a state.
Definition: GoalState.h:55