Skip to content

Commit

Permalink
improve test_steering.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Jul 8, 2024
1 parent 30fe02c commit d2687f1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/test_steering.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
using Pkg
if ! ("KiteModels" keys(Pkg.project().dependencies))
using TestEnv; TestEnv.activate()
end

using KiteViewers, KiteModels, KitePodModels, Rotations, Timers

# change this to KPS3 or KPS4
Expand All @@ -16,7 +21,7 @@ STATISTIC = false
SHOW_KITE = false
# end of user parameter section #

if ! @isdefined viewer; const viewer = Viewer3D(SHOW_KITE); end
viewer::Viewer3D = Viewer3D(SHOW_KITE)

function update_system2(kps)
sys_state = SysState(kps)
Expand Down

0 comments on commit d2687f1

Please sign in to comment.