|
|
#include <armarx/navigation/global_planning/Point2Point.h>
Inheritance diagram for Point2Point:Public Types | |
| using | Params = Point2PointParams |
Public Member Functions | |
| std::optional< GlobalPlannerResult > | plan (const core::Pose &goal) override |
| std::optional< GlobalPlannerResult > | plan (const core::Pose &start, const core::Pose &goal) override |
| Point2Point (const Params ¶ms, const core::Scene &ctx) | |
Public Member Functions inherited from GlobalPlanner | |
| GlobalPlanner (const core::Scene &scene) | |
| virtual | ~GlobalPlanner ()=default |
Protected Attributes | |
| const Params | params |
Protected Attributes inherited from GlobalPlanner | |
| const core::Scene & | scene |
Definition at line 58 of file Point2Point.h.
| using Params = Point2PointParams |
Definition at line 61 of file Point2Point.h.
| Point2Point | ( | const Params & | params, |
| const core::Scene & | ctx | ||
| ) |
Definition at line 59 of file Point2Point.cpp.
|
overridevirtual |
Implements GlobalPlanner.
Definition at line 65 of file Point2Point.cpp.
|
overridevirtual |
Implements GlobalPlanner.
Definition at line 83 of file Point2Point.cpp.
|
protected |
Definition at line 70 of file Point2Point.h.