|
|
A description of the library global_planner. More...
Classes | |
| class | AStar |
| Implements the A* algorithm. More... | |
| class | AStarWithOrientation |
| Implements an A* planner but is compatible with non-circular robots. More... | |
| class | GlobalPlanner |
| Base class of all global planners. More... | |
| class | Point2Point |
Enumerations | |
| enum class | Algorithms { AStar , SPFA , Point2Point , AStarWithOrientation } |
A description of the library global_planner.
|
strong |
#include <armarx/navigation/global_planning/core.h>
| Enumerator | |
|---|---|
| AStar | see AStar |
| SPFA | |
| Point2Point | see Point2Point |
| AStarWithOrientation | |