From 0298f629dc7b7ce63283991c5a18f60f6f963a4a Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Mon, 9 Oct 2023 13:41:03 +0200 Subject: [PATCH] updated readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index f82b1aa..c83768a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,26 @@ The core is installed as a part of the [MRS UAV System](https://github.com/ctu-mrs/mrs_uav_system#installation). +## Contents + +The core takes care of the collowing aspects of the autonomous UAV flight: + +* hardware abstraction, +* state estimation, +* feedback control, +* reference generation, +* trajectory generation, +* flight management, +* takeoff and landing, +* plugin interfaces for *feedback controllers*, *reference trackers*, *state estimators*, and *hardware api*. + +Moreover, the core provides + +* MRS libraries, +* MRS ROS messages, +* MRS Rviz plugins, +* MRS multirotor simulator. + ## Submodules | Repository |