Skip to content

Commit

Permalink
set time limit to 460s
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Mar 15, 2024
1 parent 4d479bb commit aab36ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/autopilot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ using Timers; tic()

using KiteControllers, KiteViewers, KiteModels

# change this to KPS3 or KPS4
const Model = KPS4

if ! @isdefined kcu; const kcu = KCU(se()); end
Expand All @@ -20,7 +19,7 @@ const ssc = SystemStateControl(wcs, fcs, fpps)
dt = wcs.dt

# the following values can be changed to match your interest
if ! @isdefined MAX_TIME; MAX_TIME=3600; end
if ! @isdefined MAX_TIME; MAX_TIME=460; end
TIME_LAPSE_RATIO = 2
SHOW_KITE = true
# end of user parameter section #
Expand Down

0 comments on commit aab36ec

Please sign in to comment.