|
|
#include <armarx/navigation/algorithms/orientation_aware/AStarPlanner.h>
Public Member Functions | |
| void | clear () |
| Node & | getNode (int row, int col, int orientation) |
| Grid (int rows, int cols, int orientations, const Costmap3D &costmap) | |
Static Public Member Functions | |
| static bool | fulfillsConstraints (const Node &n, const Costmap3D &costmap) |
Definition at line 18 of file AStarPlanner.h.
Definition at line 40 of file AStarPlanner.cpp.
| void clear | ( | ) |
| Node & getNode | ( | int | row, |
| int | col, | ||
| int | orientation ) |