From 87494e8f8b49446909501549ab2312778ec7385d Mon Sep 17 00:00:00 2001
From: Mats Steinweg <51511047+matssteinweg@users.noreply.github.com>
Date: Sat, 15 Feb 2020 23:15:26 +0100
Subject: [PATCH 1/5] Update README.md
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 539166b..adc334c 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,10 @@ The multi-purpose control framework presented in this repository consists of fou
+
+
+
+
### Map
The Map class is a handler for the Occupancy Grid Map of the environment. The map is represented as a binary array classifying each cell as either free or occupied. Moreover, the Map class can act as a wrapper around a potential obstacle detection algorithm. By incorporating e.g. LiDAR measurements and updating the Occupancy Grid Map accordingly, new information about the drivable area can be passed to the Reference Path object.
From dbd6ce60210fa3c38bb9b1fd7d9a60929de1d020 Mon Sep 17 00:00:00 2001
From: Mats Steinweg <51511047+matssteinweg@users.noreply.github.com>
Date: Sat, 15 Feb 2020 23:15:56 +0100
Subject: [PATCH 2/5] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index adc334c..0ef020b 100644
--- a/README.md
+++ b/README.md
@@ -34,8 +34,8 @@ The multi-purpose control framework presented in this repository consists of fou
-
-
+
+
### Map
From 1491fe634419e63f5b94cdb8c91ac4152eafaaa5 Mon Sep 17 00:00:00 2001
From: Mats Steinweg <51511047+matssteinweg@users.noreply.github.com>
Date: Sat, 15 Feb 2020 23:16:53 +0100
Subject: [PATCH 3/5] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0ef020b..a0c877d 100644
--- a/README.md
+++ b/README.md
@@ -34,9 +34,9 @@ The multi-purpose control framework presented in this repository consists of fou
-
+
-
+
### Map
From 74122b068a80a9775348bdfa557237faf39fafef Mon Sep 17 00:00:00 2001
From: Mats Steinweg <51511047+matssteinweg@users.noreply.github.com>
Date: Sat, 15 Feb 2020 23:17:13 +0100
Subject: [PATCH 4/5] Update README.md
---
README.md | 4 ----
1 file changed, 4 deletions(-)
diff --git a/README.md b/README.md
index a0c877d..cdfdeb1 100644
--- a/README.md
+++ b/README.md
@@ -30,10 +30,6 @@ The rest of this readme is structured as follows. In [Section 2](#implementation
The multi-purpose control framework presented in this repository consists of four main components. These components are intended to make the implementation as modular as possible, facilitating extensions to certain components without having to alter the overall structure of the framework. An illustration of the components and their interaction is displayed below.
-
-
-
-
From b99cc18bb5f0140284befe4294db43506e977196 Mon Sep 17 00:00:00 2001
From: Mats Steinweg <51511047+matssteinweg@users.noreply.github.com>
Date: Sat, 15 Feb 2020 23:21:40 +0100
Subject: [PATCH 5/5] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cdfdeb1..32f4328 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ The rest of this readme is structured as follows. In [Section 2](#implementation
The multi-purpose control framework presented in this repository consists of four main components. These components are intended to make the implementation as modular as possible, facilitating extensions to certain components without having to alter the overall structure of the framework. An illustration of the components and their interaction is displayed below.
-
+
### Map