A class that encompasses the functions central to the search.
More...
#include <algorithm.h>
A class that encompasses the functions central to the search.
The heart of the planner, the main algorithm starting the search for a collision free and drivable path.
- Parameters
-
start | the start pose |
goal | the goal pose |
nodes3D | the array of 3D nodes representing the configuration space C in R^3 |
nodes2D | the array of 2D nodes representing the configuration space C in R^2 |
width | the width of the grid in number of cells |
height | the height of the grid in number of cells |
configurationSpace | the lookup of configurations and their spatial occupancy enumeration |
dubinsLookup | the lookup of analytical solutions (Dubin's paths) |
visualization | the visualization object publishing the search to RViz |
- Returns
- the pointer to the node satisfying the goal condition
The documentation for this class was generated from the following files: