KoulesGoal.cpp
virtual void sampleGoal(ompl::base::State *st) const
Sample a state in the goal region.
Definition: KoulesGoal.cpp:63
double threshold_
The maximum distance that is allowed to the goal. By default, this is initialized to the minimum epsi...
Definition: GoalRegion.h:187
double uniformReal(double lower_bound, double upper_bound)
Generate a random real within given bounds: [lower_bound, upper_bound)
Definition: RandomNumbers.h:137
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