KoulesGoal.h
Random number generation. An instance of this class cannot be used by multiple threads at once (membe...
Definition: RandomNumbers.h:89
A shared pointer wrapper for ompl::base::SpaceInformation.
virtual void sampleGoal(ompl::base::State *st) const
Sample a state in the goal region.
Definition: KoulesGoal.cpp:63
virtual unsigned int maxSampleCount() const
Return the maximum number of samples that can be asked for before repeating.
Definition: KoulesGoal.h:88
double threshold_
The maximum distance that is allowed to the goal. By default, this is initialized to the minimum epsi...
Definition: GoalRegion.h:187
virtual double distanceGoal(const ompl::base::State *st) const
Compute the distance to the goal (heuristic). This function is the one used in computing the distance...
Definition: KoulesGoal.cpp:39
A shared pointer wrapper for ompl::base::StateSampler.
Definition: KoulesGoal.h:43
Abstract definition of a goal region that can be sampled.
Definition: GoalSampleableRegion.h:111