This commit is contained in:
2020-01-28 12:47:52 +01:00
parent c1911fc563
commit e638cecced
5 changed files with 109 additions and 27 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;