Skip to content

Commit 9a312f6

Browse files
committed
Update README.md
1 parent 28d57e8 commit 9a312f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ This package shall (in the beginning) provide two controllers:
99

1010
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.
1111

12+
The auto-tuning script shall optimize the controller performance in the time domain, using a cost function similar to these [Performance Indicators](https://opensourceawe.github.io/WinchControllers.jl/dev/performance_indicators/). In addition a linearized model shall be used to quantify the stability using the [diskmargin](https://juliacontrol.github.io/RobustAndOptimalControl.jl/dev/api/#RobustAndOptimalControl.diskmargin).
13+
1214
## This package provides
1315
- the types `ParkingController` and `ParkingControllerSettings`
1416
- the functions `linearize`, `calc_steering`, `navigate`
1517

1618
## TODO
1719
- add examples for using the parking controller
18-
- implement a new path following controller for flying figures of eight, see[Fernandes_2022](https://www.mdpi.com/1996-1073/15/4/1390)
20+
- implement a new path following controller for flying figures of eight, see [Fernandes_2022](https://www.mdpi.com/1996-1073/15/4/1390)

0 commit comments

Comments
 (0)