The following classes are defined in this file GridCell - base class for GridMap's cell; GridCellFactory - abstract base class which subclasses create a new cell of a specific type. More...
Go to the source code of this file.
Classes | |
class | GridCell |
The base class for GridMap's cell that defines a model of occupancy tracking. More... | |
class | GridCellFactory |
The base class for factories that encapsulate creation of a specific cell (The Factory method pattern is applied). More... |
The following classes are defined in this file GridCell - base class for GridMap's cell; GridCellFactory - abstract base class which subclasses create a new cell of a specific type.
Definition in file grid_cell_factory.h.