worked on grid generation
minor editor changes
This commit is contained in:
@@ -21,7 +21,7 @@ class GridModel {
|
||||
|
||||
private:
|
||||
|
||||
int gridSize_cm = 31;
|
||||
int gridSize_cm = 20;
|
||||
Grid<MyNode> grid;
|
||||
Floorplan::IndoorMap* im;
|
||||
|
||||
@@ -82,7 +82,7 @@ public:
|
||||
Listener l;
|
||||
|
||||
GridFactory<MyNode> fac(grid);
|
||||
fac.build(im, true, &l);
|
||||
fac.build(im, &l);
|
||||
|
||||
Importance::addImportance(grid, 0);
|
||||
//Importance::addImportance(grid, 400);
|
||||
|
||||
Reference in New Issue
Block a user