Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Aug 7, 2024
1 parent 83cb946 commit a60c92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/autopilot_1p.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ using Timers; tic()

using KiteControllers, KiteViewers, KiteModels

if ! @isdefined kcu; const kcu = KCU(se()); end
if ! @isdefined kps3; const kps3 = KPS3(kcu); end
kcu::KCU = KCU(se())
kps3::KPS3 = KPS3(kcu)

wcs = WCSettings(); update(wcs); wcs.dt = 1/se().sample_freq
fcs::FPCSettings = FPCSettings(); fcs.dt = wcs.dt
Expand Down

0 comments on commit a60c92c

Please sign in to comment.