Skip to content

Commit

Permalink
down to 6.5 m/s
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Oct 27, 2024
1 parent 4380c9e commit 166fe04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/parking_1p.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using KiteUtils
set = deepcopy(load_settings("system.yaml"))
set.abs_tol=0.00006
set.rel_tol=0.0001
set.v_wind = 8.5
set.v_wind = 6.5

using KiteControllers, KiteViewers, KiteModels, ControlPlots, Rotations

Expand All @@ -27,9 +27,9 @@ ssc::SystemStateControl = SystemStateControl(wcs, fcs, fpps; u_d0, u_d, v_wind =
dt::Float64 = wcs.dt

# result of tuning
fcs.p = 13.63*0.4
fcs.p = 13.63*0.2
fcs.i = 0.2
fcs.d = 27.75*0.68
fcs.d = 27.75*0.85
MIN_DEPOWER = 0.24

# the following values can be changed to match your interest
Expand Down

0 comments on commit 166fe04

Please sign in to comment.