adjusted some models due to indoor changes

This commit is contained in:
k-a-z-u
2017-07-27 18:41:48 +02:00
parent b0c152c5dc
commit 6f06984c4e
5 changed files with 25 additions and 10 deletions

View File

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