GoalState.h
virtual void sampleGoal(State *st) const
Sample a state in the goal region.
Definition: GoalState.cpp:57
virtual void print(std::ostream &out=std::cout) const
Print information about the goal data structure to a stream.
Definition: GoalState.cpp:51
virtual double distanceGoal(const State *st) const
Compute the distance to the goal (heuristic)
Definition: GoalState.cpp:46
Abstract definition of a goal region that can be sampled.
Definition: GoalSampleableRegion.h:49
A boost 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 unsigned int maxSampleCount() const
Return the maximum number of samples that can be asked for before repeating.
Definition: GoalState.cpp:62
GoalState(const SpaceInformationPtr &si)
Create a goal representation that is in fact a state.
Definition: GoalState.h:55