Skip to content

Commit

Permalink
add tune_4p to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Sep 7, 2024
1 parent ddd052b commit 8b766eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/menu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ options = ["autopilot_1p = include(\"autopilot_1p.jl\")",
"parking_1p = include(\"parking_1p.jl\")",
"parking_4p = include(\"parking_4p.jl\")",
"parking_wind_dir = include(\"parking_wind_dir.jl\")",
"tune_4p = include(\"tune_4p.jl\"); tune_4p()",
"quit"]

function menu()
Expand Down
2 changes: 1 addition & 1 deletion examples/tune_4p.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dt::Float64 = wcs.dt
# the following values can be changed to match your interest
MAX_TIME::Float64 = 60
TIME_LAPSE_RATIO = 1
MAX_ITER = 80
MAX_ITER = 40
SHOW_KITE = false
# end of user parameter section #

Expand Down

0 comments on commit 8b766eb

Please sign in to comment.