Skip to content

Commit

Permalink
Update calibratePed.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreisch authored Dec 14, 2020
1 parent d5268a4 commit 740ba34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/calibratePed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ int main()
ACC acc;

system("mkdir -p Results");
system("mkdir -p autogenerated_calibrations")
system("mkdir -p autogenerated_calibrations");
system("rm ./Results/Data_Config.txt");

//immediately enter a data collection loop
Expand Down Expand Up @@ -78,4 +78,4 @@ int main()

system("python3 ./analysis/averaging.py ./Results/Data_Config.txt ./autogenerated_calibrations/");
return 1;
}
}

0 comments on commit 740ba34

Please sign in to comment.