From 0b0febbb10f0c8bd74b611f0f80c6df171b4dced Mon Sep 17 00:00:00 2001 From: Mats Steinweg <51511047+matssteinweg@users.noreply.github.com> Date: Tue, 31 Dec 2019 17:52:57 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a5ace6..3fbc4c0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ -# EWS-MPC - Allrounder MPC for Automatic Control Project Course +# Multi-Purpose MPC + +## 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