Main Page
Classes
Files
File List
File Members
include
nav2d_exploration
NearestFrontierPlanner.h
Go to the documentation of this file.
1
#ifndef NEARESTFRONTIERPLANNER_H_
2
#define NEARESTFRONTIERPLANNER_H_
3
4
#include <
nav2d_navigator/ExplorationPlanner.h
>
5
6
class
NearestFrontierPlanner
:
public
ExplorationPlanner
7
{
8
public
:
9
NearestFrontierPlanner
();
10
~NearestFrontierPlanner
();
11
12
int
findExplorationTarget
(
GridMap
* map,
unsigned
int
start,
unsigned
int
&goal);
13
14
private
:
15
16
};
17
18
#endif // NEARESTFRONTIERPLANNER_H_
NearestFrontierPlanner
Definition:
NearestFrontierPlanner.h:6
GridMap
ExplorationPlanner.h
NearestFrontierPlanner::~NearestFrontierPlanner
~NearestFrontierPlanner()
Definition:
NearestFrontierPlanner.cpp:11
NearestFrontierPlanner::findExplorationTarget
int findExplorationTarget(GridMap *map, unsigned int start, unsigned int &goal)
Definition:
NearestFrontierPlanner.cpp:16
ExplorationPlanner
NearestFrontierPlanner::NearestFrontierPlanner
NearestFrontierPlanner()
Definition:
NearestFrontierPlanner.cpp:6
nav2d_exploration
Author(s): Sebastian Kasperski
autogenerated on Thu Jun 6 2019 19:20:48