]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/commitdiff
Add simple docs to generate grid based stats
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Mon, 27 Jan 2020 14:06:58 +0000 (15:06 +0100)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Mon, 27 Jan 2020 14:09:48 +0000 (15:09 +0100)
scripts/generate_grid_based_all.sh

index e5e3b4dd92e046b300a21f2ec7193eed1459444a..074e6737b56c72fbaec7828583762b7548369f0c 100644 (file)
@@ -1,5 +1,8 @@
 #!/bin/bash
 
+# Run the first block or the second one. Not both in one run as the blocks
+# overwrite *{error,time,cost}* stats files.
+
 bash scripts/generate_grid_based_stats.sh '0.1'
 bash scripts/generate_grid_based_plots.sh '0.1' ''
 sed -i 's/0.1 m grid/0.2 m grid/' scripts/*{error,time,cost}*
@@ -11,17 +14,17 @@ bash scripts/generate_grid_based_plots.sh '0.5' ''
 sed -i 's/0.5 m grid/1 m grid/' scripts/*{error,time,cost}*
 bash scripts/generate_grid_based_stats.sh '1'
 bash scripts/generate_grid_based_plots.sh '1' ''
-sed -i 's/1 m grid/0.1 m grid, path opt./' scripts/*{error,time,cost}*
+sed -i 's/1 m grid/0.1 m grid/' scripts/*{error,time,cost}*
 
-bash scripts/generate_grid_based_stats.sh '0.1'
+bash scripts/generate_grid_based_stats_po.sh '0.1'
 bash scripts/generate_grid_based_plots.sh '0.1' ''
 sed -i 's/0.1 m grid/0.2 m grid/' scripts/*{error,time,cost}*
-bash scripts/generate_grid_based_stats.sh '0.2'
+bash scripts/generate_grid_based_stats_po.sh '0.2'
 bash scripts/generate_grid_based_plots.sh '0.2' ''
 sed -i 's/0.2 m grid/0.5 m grid/' scripts/*{error,time,cost}*
-bash scripts/generate_grid_based_stats.sh '0.5'
+bash scripts/generate_grid_based_stats_po.sh '0.5'
 bash scripts/generate_grid_based_plots.sh '0.5' ''
 sed -i 's/0.5 m grid/1 m grid/' scripts/*{error,time,cost}*
-bash scripts/generate_grid_based_stats.sh '1'
+bash scripts/generate_grid_based_stats_po.sh '1'
 bash scripts/generate_grid_based_plots.sh '1' ''
-sed -i 's/1 m grid, path opt./0.1 m grid/' scripts/*{error,time,cost}*
+sed -i 's/1 m grid/0.1 m grid/' scripts/*{error,time,cost}*