#include <NearestFrontierPlanner.h>
Public Member Functions | |
int | findExplorationTarget (GridMap *map, unsigned int start, unsigned int &goal) |
NearestFrontierPlanner () | |
~NearestFrontierPlanner () |
Definition at line 6 of file NearestFrontierPlanner.h.
Definition at line 6 of file NearestFrontierPlanner.cpp.
Definition at line 11 of file NearestFrontierPlanner.cpp.
int NearestFrontierPlanner::findExplorationTarget | ( | GridMap * | map, |
unsigned int | start, | ||
unsigned int & | goal | ||
) | [virtual] |
Implements ExplorationPlanner.
Definition at line 16 of file NearestFrontierPlanner.cpp.