Skip to content

Commit

Permalink
update depower_bench_video
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Nov 2, 2024
1 parent 362d50a commit b9dc3ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/depower_bench_video.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ if ! ("KiteModels" ∈ keys(Pkg.project().dependencies))
using TestEnv; TestEnv.activate()
end

using KiteViewers, KiteModels
using KiteViewers, KiteModels, KiteUtils

# example program that shows
# a. how to create a video
# b. how to create a performance plot (simulation speed vs time)

kcu::KCU = KCU(se())
set = load_settings("system.yaml")
kcu::KCU = KCU(set)
kps4::KPS4 = KPS4(kcu)

# the following values can be changed to match your interest
Expand Down

0 comments on commit b9dc3ab

Please sign in to comment.