#include "NearestFrontierPlanner.h"
Go to the source code of this file.
Typedefs | |
typedef std::pair< double, unsigned int > | Entry |
typedef std::multimap< double, unsigned int > | Queue |
typedef std::pair<double,unsigned int> Entry |
Definition at line 4 of file NearestFrontierPlanner.cpp.
typedef std::multimap<double,unsigned int> Queue |
Definition at line 3 of file NearestFrontierPlanner.cpp.