Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 25, 2024
1 parent cebea72 commit 56296f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/KiteModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ function SysState(s::AKM, zoom=1.0)
heading = calc_heading(s)
course = calc_course(s)
v_app_norm = norm(s.v_apparent)
KiteUtils.SysState{P}(s.t_0, orient, elevation, azimuth, s.l_tether, s.v_reel_out, force, s.depower, s.steering,
t_sim = 0
KiteUtils.SysState{P}(s.t_0, t_sim, orient, elevation, azimuth, s.l_tether, s.v_reel_out, force, s.depower, s.steering,
heading, course, v_app_norm, s.vel_kite, X, Y, Z)
end

Expand Down

0 comments on commit 56296f3

Please sign in to comment.