worked on elevators and lint

This commit is contained in:
k-a-z-u
2017-11-08 18:11:28 +01:00
parent 72b07824d9
commit 281ef3f7dc
8 changed files with 96 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ class GridModel {
private:
int gridSize_cm = 20; // TODO
const int gridSize_cm = 40; // TODO
Grid<MyNode> grid;
Floorplan::IndoorMap* im;