added linux fixes

This commit is contained in:
toni
2020-01-28 11:33:17 +01:00
parent 464e3c3614
commit 46aaef2b69
12 changed files with 28 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ namespace Settings {
const std::string plotDataDir = "../plots/data/";
const std::string outputDir = "../output/";
const bool PlotCircles = false;
const bool PlotCircles = true;
const bool PlotToPng = false;
const bool UseKalman = false;