Update README.md

master
Mats Steinweg 2020-01-02 14:36:24 +01:00 committed by GitHub
parent 00fe8c2f0f
commit 72e192f75a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 12 deletions

View File

@ -22,18 +22,9 @@ The controller is implemented in a way that enables its application to all three
The rest of this readme is structured as follows. In [Section 2](##Components) we will present an overview of the entire system and discuss all fundamental components of the implementation in detail. In [Section 3](##How-To) we will provide guidelines for using the implementation in simulation and practice. [Section 4](##Limitations) will be dedicated to analyzing limitations of the current version of the controller and outline potential extensions of the implementation.
<style>
.bordered {
width: 200px;
height: 100px;
padding: 20px;
border: 10px solid yellowgreen;
}
</style>
<div class="bordered">
<img src="obstacle_avoidance.gif">
</div>
<p align="center">
<img src="obstacle_avoidance.gif"; border="5">
</p>
## Implementation Details