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