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.