GoalSpace.h
A shared pointer wrapper for ompl::base::SpaceInformation.
GoalSampleableRegion(const SpaceInformationPtr &si)
Create a goal region that can be sampled.
Definition: GoalSampleableRegion.h:147
void sampleGoal(State *st) const override
Sample a state in the goal region.
Definition: GoalSpace.cpp:44
@ GOAL_SAMPLEABLE_REGION
This bit is set if casting to sampleable goal regions (ompl::base::GoalSampleableRegion) is possible.
Definition: GoalTypes.h:152
unsigned int maxSampleCount() const override
Return the maximum number of samples that can be asked for before repeating.
Definition: GoalSpace.cpp:49
A shared pointer wrapper for ompl::base::StateSpace.
void print(std::ostream &out=std::cout) const override
Print information about the goal data structure to a stream.
Definition: GoalSpace.cpp:80
A shared pointer wrapper for ompl::base::StateSampler.
GoalSpace(const SpaceInformationPtr &si)
Create a goal representation that is a space.
Definition: GoalSpace.h:148
double distanceGoal(const State *st) const override
Compute the distance to the goal (heuristic)
Definition: GoalSpace.cpp:54