Update README.md
parent
00fe8c2f0f
commit
72e192f75a
15
README.md
15
README.md
|
@ -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.
|
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>
|
<p align="center">
|
||||||
.bordered {
|
<img src="obstacle_avoidance.gif"; border="5">
|
||||||
width: 200px;
|
</p>
|
||||||
height: 100px;
|
|
||||||
padding: 20px;
|
|
||||||
border: 10px solid yellowgreen;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="bordered">
|
|
||||||
<img src="obstacle_avoidance.gif">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
## Implementation Details
|
## Implementation Details
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue