Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Oct 27, 2024
1 parent c7a2f07 commit c55c1d0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/parking_1p.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,7 @@ function play()
global steps
integrator = KiteModels.init_sim!(kps, stiffness_factor=0.04)
toc()
#try
steps = simulate(integrator)
#catch e
# if isa(e, AssertionError)
# println("AssertionError! Halting simulation.")
# else
# println("Exception! Halting simulation.")
# end
#end
GC.enable(true)
end

Expand Down

0 comments on commit c55c1d0

Please sign in to comment.