Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 23, 2024
1 parent 66438d4 commit 2ce9d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/autopilot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function simulate(integrator, stopped=true)
i += 1
end
if ! isopen(viewer.fig.scene) break end
if KiteViewers.status[] == "Stopped" && i > 1 break end
if KiteViewers.status[] == "Stopped" && i > 10 break end
if i*dt > MAX_TIME break end
end
misses = j/k * 100
Expand Down

0 comments on commit 2ce9d41

Please sign in to comment.