topological map using a list of landmarks More...
#include <Beobot/GridMap.H>
Public Member Functions | |
GridMap () | |
Constructor: generate a blank map. | |
GridMap (std::string fileName) | |
Constructor: retrieve the map from a file. | |
~GridMap () | |
Destructor. | |
bool | read (std::string fileName) |
read a map from a file | |
bool | write (std::string fileName) |
write a map to a file | |
Image< float > | getImageMap () |
returns an image representation of the map |
topological map using a list of landmarks
Grid Map
Definition at line 47 of file GridMap.H.
GridMap::GridMap | ( | ) |
GridMap::GridMap | ( | std::string | fileName | ) |
Image< float > GridMap::getImageMap | ( | ) |
bool GridMap::read | ( | std::string | fileName | ) | [virtual] |
bool GridMap::write | ( | std::string | fileName | ) | [virtual] |