|
|
#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::GeneralConfig &generalConfig, const core::Scene &ctx) | |
Public Member Functions inherited from GlobalPlanner | |
| GlobalPlanner (const core::GeneralConfig &generalConfig, const core::Scene &scene) | |
| virtual void | visualizeDebugInfo (viz::Client &vizClient, const std::string &vizLayerNamePrefix="global_planner_debug") |
| virtual | ~GlobalPlanner ()=default |
Protected Attributes | |
| Point2PointImpl | impl_ |
Protected Attributes inherited from GlobalPlanner | |
| core::GeneralConfig | generalConfig |
| const core::Scene & | scene |
Definition at line 82 of file Point2Point.h.
| using Params = Point2PointParams |
Definition at line 85 of file Point2Point.h.
| Point2Point | ( | const Params & | params, |
| const core::GeneralConfig & | generalConfig, | ||
| const core::Scene & | ctx ) |
|
overridevirtual |
Implements GlobalPlanner.
Definition at line 142 of file Point2Point.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements GlobalPlanner.
Definition at line 148 of file Point2Point.cpp.
|
protected |
Definition at line 96 of file Point2Point.h.