You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,12 @@ This package shall (in the beginning) provide two controllers:
9
9
10
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
11
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
+
12
14
## This package provides
13
15
- the types `ParkingController` and `ParkingControllerSettings`
14
16
- the functions `linearize`, `calc_steering`, `navigate`
15
17
16
18
## TODO
17
19
- 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