GoalRegion.cpp
A shared pointer wrapper for ompl::base::SpaceInformation.
void print(std::ostream &out=std::cout) const override
Print information about the goal data structure to a stream.
Definition: GoalRegion.cpp:60
bool isSatisfied(const State *st) const override
Equivalent to calling isSatisfied(const State *, double *) with a nullptr second argument.
Definition: GoalRegion.cpp:47
@ GOAL_REGION
This bit is set if casting to goal regions (ompl::base::GoalRegion) is possible.
Definition: GoalTypes.h:148