All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Goal.h
virtual void print(std::ostream &out=std::cout) const
Print information about the goal.
Definition: Goal.cpp:52
bool hasType(GoalType type) const
Check if this goal can be cast to a particular goal type.
Definition: Goal.h:104
virtual bool isStartGoalPairValid(const State *, const State *) const
Since there can be multiple starting states (and multiple goal states) it is possible certain pairs a...
Definition: Goal.h:138
A shared pointer wrapper for ompl::base::SpaceInformation.
virtual bool isSatisfied(const State *st) const =0
Return true if the state satisfies the goal constraints.
const SpaceInformationPtr & getSpaceInformation() const
Get the space information this goal is for.
Definition: Goal.h:110