From c278f98831c075d3f3d3753290b4de56a1260b9b Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Sun, 27 Oct 2024 11:58:31 +0100 Subject: [PATCH] improve settings --- examples/parking_4p.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/parking_4p.jl b/examples/parking_4p.jl index 40d55ff6..02242a83 100644 --- a/examples/parking_4p.jl +++ b/examples/parking_4p.jl @@ -6,7 +6,7 @@ end using Timers; tic() using KiteControllers, KiteViewers, KiteModels, ControlPlots, Rotations -set = deepcopy(load_settings("system_v9.yaml")) +set = deepcopy(load_settings("system.yaml")) set.abs_tol=0.00006 set.rel_tol=0.0001 set.v_wind = 8.5 # v_min1 7.7; v_min2 8.5 @@ -24,9 +24,9 @@ dt::Float64 = wcs.dt if KiteUtils.PROJECT == "system.yaml" # result of tuning - fcs.p=1.6 + fcs.p=1.2 fcs.i=0.04 - fcs.d=13.25*1.7 + fcs.d=13.25*0.95 MIN_DEPOWER = 0.22 fcs.use_chi = false @assert fcs.gain == 0.04 @@ -45,7 +45,7 @@ end println("fcs.p=$(fcs.p), fcs.i=$(fcs.i), fcs.d=$(fcs.d), fcs.gain=$(fcs.gain)") # the following values can be changed to match your interest -MAX_TIME::Float64 = 90 # was 60 +MAX_TIME::Float64 = 60 # was 60 TIME_LAPSE_RATIO = 6 SHOW_KITE = true # end of user parameter section #