Loading...
Searching...
No Matches
KoulesGoal.cpp
virtual void sampleGoal(ompl::base::State *st) const
Sample a state in the goal region.
Definition KoulesGoal.cpp:63
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
double threshold_
The maximum distance that is allowed to the goal. By default, this is initialized to the minimum epsi...
Definition GoalRegion.h:91