diff options
author | Radeen Abree <radeen.abree0515@gmail.com> | 2021-01-13 10:50:26 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2021-01-17 17:38:35 -0500 |
commit | 48b610401b07bf1d5c0b11ecad2c67772ad19d9d (patch) | |
tree | edabeac5e67774f82f466b3f62db5384f1e302f2 | |
parent | 632132cf127a7d6eb121ea216a8001f354579d72 (diff) |
added images and fixed a typo
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | img/Overhead-with-obstacle.jpg | bin | 0 -> 3809761 bytes | |||
-rw-r--r-- | img/corner-settle.jpg | bin | 0 -> 2638689 bytes | |||
-rw-r--r-- | img/fake-pits-small.jpg | bin | 0 -> 3236148 bytes | |||
-rw-r--r-- | img/fake-pits.jpg | bin | 0 -> 5066726 bytes | |||
-rw-r--r-- | img/final-settlement-fake-pits.jpg | bin | 0 -> 3119113 bytes | |||
-rw-r--r-- | img/obstacle-large.jpg | bin | 0 -> 4176645 bytes | |||
-rw-r--r-- | img/obstacle-settle.jpg | bin | 0 -> 3337289 bytes | |||
-rw-r--r-- | img/obstacle-small.jpg | bin | 0 -> 4116154 bytes | |||
-rw-r--r-- | img/overhead-fake-pits.jpg | bin | 0 -> 3998850 bytes | |||
-rw-r--r-- | img/pits-overhead.jpg | bin | 0 -> 3339488 bytes | |||
-rw-r--r-- | img/small-obstacle-settle.jpg | bin | 0 -> 4125020 bytes | |||
-rw-r--r-- | img/trail-elimination.jpg | bin | 0 -> 3786558 bytes |
13 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ graph/nearest_neighbor.png: py/data.py py/neighbor.py graph/dir $(PY) py/neighbor.py mv nearest_neighbor.png graph/ -graph/lineplot.png: py/data2.py py/lineplot.py graph/dir +graph/boxplot.png: py/data2.py py/lineplot.py graph/dir $(PY) py/boxplot.py mv boxplot.png graph/ diff --git a/img/Overhead-with-obstacle.jpg b/img/Overhead-with-obstacle.jpg Binary files differnew file mode 100644 index 0000000..ee5e00a --- /dev/null +++ b/img/Overhead-with-obstacle.jpg diff --git a/img/corner-settle.jpg b/img/corner-settle.jpg Binary files differnew file mode 100644 index 0000000..bde276a --- /dev/null +++ b/img/corner-settle.jpg diff --git a/img/fake-pits-small.jpg b/img/fake-pits-small.jpg Binary files differnew file mode 100644 index 0000000..932ba85 --- /dev/null +++ b/img/fake-pits-small.jpg diff --git a/img/fake-pits.jpg b/img/fake-pits.jpg Binary files differnew file mode 100644 index 0000000..46e4418 --- /dev/null +++ b/img/fake-pits.jpg diff --git a/img/final-settlement-fake-pits.jpg b/img/final-settlement-fake-pits.jpg Binary files differnew file mode 100644 index 0000000..3dc38e3 --- /dev/null +++ b/img/final-settlement-fake-pits.jpg diff --git a/img/obstacle-large.jpg b/img/obstacle-large.jpg Binary files differnew file mode 100644 index 0000000..37ec191 --- /dev/null +++ b/img/obstacle-large.jpg diff --git a/img/obstacle-settle.jpg b/img/obstacle-settle.jpg Binary files differnew file mode 100644 index 0000000..47db987 --- /dev/null +++ b/img/obstacle-settle.jpg diff --git a/img/obstacle-small.jpg b/img/obstacle-small.jpg Binary files differnew file mode 100644 index 0000000..6840f56 --- /dev/null +++ b/img/obstacle-small.jpg diff --git a/img/overhead-fake-pits.jpg b/img/overhead-fake-pits.jpg Binary files differnew file mode 100644 index 0000000..b9489ae --- /dev/null +++ b/img/overhead-fake-pits.jpg diff --git a/img/pits-overhead.jpg b/img/pits-overhead.jpg Binary files differnew file mode 100644 index 0000000..bbe83ca --- /dev/null +++ b/img/pits-overhead.jpg diff --git a/img/small-obstacle-settle.jpg b/img/small-obstacle-settle.jpg Binary files differnew file mode 100644 index 0000000..639268a --- /dev/null +++ b/img/small-obstacle-settle.jpg diff --git a/img/trail-elimination.jpg b/img/trail-elimination.jpg Binary files differnew file mode 100644 index 0000000..567979b --- /dev/null +++ b/img/trail-elimination.jpg |