|
|
Implements the A* algorithm. More...
#include <armarx/navigation/global_planning/AStar.h>
Inheritance diagram for AStar:Public Types | |
| using | Params = AStarParams |
Public Member Functions | |
| AStar (const Params ¶ms, const core::GeneralConfig &generalConfig, const core::Scene &ctx) | |
| std::optional< GlobalPlannerResult > | plan (const core::Pose &goal) override |
| std::optional< GlobalPlannerResult > | plan (const core::Pose &start, const core::Pose &goal) override |
| ~AStar () override=default | |
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 |
Additional Inherited Members | |
Protected Attributes inherited from GlobalPlanner | |
| core::GeneralConfig | generalConfig |
| const core::Scene & | scene |
| using Params = AStarParams |
| AStar | ( | const Params & | params, |
| const core::GeneralConfig & | generalConfig, | ||
| const core::Scene & | ctx ) |
|
overridedefault |
|
overridevirtual |
Implements GlobalPlanner.
Definition at line 84 of file AStar.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements GlobalPlanner.