Skip to content

Commit

Permalink
better tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Oct 27, 2024
1 parent 3e7c496 commit 4380c9e
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 @@ -28,9 +28,9 @@ dt::Float64 = wcs.dt

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

# the following values can be changed to match your interest
MAX_TIME::Float64 = 60
Expand Down

0 comments on commit 4380c9e

Please sign in to comment.