Update README.md

master
Mats Steinweg 2019-12-31 17:52:57 +01:00 committed by GitHub
parent d0479e511c
commit 0b0febbb10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 2 deletions

View File

@ -1,2 +1,18 @@
# EWS-MPC # Multi-Purpose MPC
Allrounder MPC for Automatic Control Project Course
## Table of contents
1. [Introduction](#introduction)
3. [Components](#components)
1. [MPC](#mpc)
4. [How-To](#how_to)
5. [Contributors](#contributors)
# Introduction
In this repository you find an implementation of a multi-purpose Model Predictive Controller. The controller was implemented as a contribution to the [Automatic Control Project Course (EL2425)](https://www.kth.se/student/kurser/kurs/EL2425) at KTH Royal Institute of Technology, Stockholm.
The developed algorithm was tested on a 1:10 RC car provided by KTH Smart Mobility Lab. The test scenarios comprised the following three tasks:
1. Reference Path Tracking
2. Time-Optimal Driving
3. Obstacle Avoidance