Skip to content

Commit

Permalink
fix test_parking
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Jul 28, 2024
1 parent c47a808 commit 825586f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_parking.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function simulate(integrator, steps)
for i in 1:steps
set_depower_steering(kps4.kcu, 0.25, 0.0)
# KitePodModels.on_timer(kcu, dt)
KiteModels.next_step!(kps4, integrator, dt=dt)
KiteModels.next_step!(kps4, integrator; set_speed=0, dt=dt)
reltime = i*dt
if mod(i, TIME_LAPSE_RATIO) == 0 || i == steps
update_system2(kps4)
Expand Down

0 comments on commit 825586f

Please sign in to comment.