Class GoalState
Defined in File GoalState.h
Inheritance Relationships
Base Type
public ompl::base::GoalSampleableRegion
(Class GoalSampleableRegion)
Class Documentation
-
class GoalState : public ompl::base::GoalSampleableRegion
Definition of a goal state.
Public Functions
-
inline GoalState(const SpaceInformationPtr &si)
Create a goal representation that is in fact a state
-
~GoalState() override
-
virtual unsigned int maxSampleCount() const override
Return the maximum number of samples that can be asked for before repeating.
-
virtual double distanceGoal(const State *st) const override
Compute the distance to the goal (heuristic)
-
virtual void print(std::ostream &out = std::cout) const override
Print information about the goal data structure to a stream.
-
void setState(const ScopedState<> &st)
Set the goal state.
-
inline GoalState(const SpaceInformationPtr &si)