fixed issue with grid-generation
fixed issue with grid-drawing added z-offset/scaler
This commit is contained in:
@@ -21,7 +21,7 @@ class GridModel {
|
||||
|
||||
private:
|
||||
|
||||
const int gridSize_cm = 40; // TODO
|
||||
const int gridSize_cm = 30; // TODO
|
||||
|
||||
Grid<MyNode> grid;
|
||||
Floorplan::IndoorMap* im;
|
||||
|
||||
Reference in New Issue
Block a user