Skip to content

Commit 28d57e8

Browse files
committed
Update README.md
1 parent 8fb1d71 commit 28d57e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
[![Build Status](https://github.com/OpenSourceAWE/SimpleKiteControllers.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/OpenSourceAWE/SimpleKiteControllers.jl/actions/workflows/CI.yml?query=branch%3Amain)
44

5+
## Introduction
6+
This package shall (in the beginning) provide two controllers:
7+
- a parking controller, that keeps the nose of the kite pointing into the wind and thus keeps it in a steady state airborne as long as their is sufficient wind
8+
- a figure of eight controller for pulling ships
9+
10+
All controllers shall come with an auto-tuning script for tuning the controller parameters for new kites. It might be necessary to run this script for different wind speeds and to create a lookup table that adapts the controller parameters to the wind speed.
11+
512
## This package provides
613
- the types `ParkingController` and `ParkingControllerSettings`
714
- the functions `linearize`, `calc_steering`, `navigate`

0 commit comments

Comments
 (0)