|
#include <armarx/navigation/global_planning/GlobalPlanner.h>
Public Member Functions | |
GlobalPlanner (const core::Scene &scene) | |
virtual std::optional< GlobalPlannerResult > | plan (const core::Pose &goal)=0 |
virtual std::optional< GlobalPlannerResult > | plan (const core::Pose &start, const core::Pose &goal)=0 |
virtual | ~GlobalPlanner ()=default |
Protected Attributes | |
const core::Scene & | scene |
Base class of all global planners
Definition at line 64 of file GlobalPlanner.h.
GlobalPlanner | ( | const core::Scene & | scene | ) |
Definition at line 9 of file GlobalPlanner.cpp.
|
virtualdefault |
|
pure virtual |
Implemented in SPFA, AStar, and Point2Point.
|
pure virtual |
Implemented in SPFA, AStar, and Point2Point.
|
protected |
Definition at line 75 of file GlobalPlanner.h.