|
#include <armarx/navigation/global_planning/Point2Point.h>
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 52 of file Point2Point.h.
using Params = Point2PointParams |
Definition at line 55 of file Point2Point.h.
Point2Point | ( | const Params & | params, |
const core::Scene & | ctx | ||
) |
Definition at line 55 of file Point2Point.cpp.
|
overridevirtual |
Implements GlobalPlanner.
Definition at line 61 of file Point2Point.cpp.
|
overridevirtual |
Implements GlobalPlanner.
Definition at line 79 of file Point2Point.cpp.
|
protected |
Definition at line 64 of file Point2Point.h.