#include <iostream>
#include <cmath>
#include <memory>
#include "../core/state_data.h"
#include "../core/sensor_data.h"
#include "../core/laser_scan_grid_world.h"
#include "../core/maps/grid_cell_strategy.h"
#include "tiny_grid_cells.h"
#include "tiny_scan_matcher.h"
Go to the source code of this file.
Classes | |
class | TinyWorld |
The class implements the tinySLAM-specific map update logic. More... | |
struct | TinyWorldParams |
A container for the following tinySLAM parameters: TODO: params description. More... | |