added fixed interval smoothing

This commit is contained in:
toni
2016-03-17 19:24:45 +01:00
parent 8d2be0f8a0
commit 89bb0b8b7a
17 changed files with 1010 additions and 137 deletions

View File

@@ -10,8 +10,8 @@
namespace MiscSettings {
const std::string floorplan = "/mnt/data/workspaces/Fusion2016/code/plan_new.svg";
const std::string floorplanPlot = "/mnt/data/workspaces/Fusion2016/code/plan_plots.svg";
const std::string floorplan = "/home/toni/Documents/programme/localization/IPIN2016/code/plan_new.svg";
const std::string floorplanPlot = "/home/toni/Documents/programme/localization/IPIN2016/code/plan_plots.svg";
const int gridSize_cm = 20;