Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Nov 1, 2024
1 parent 7ba786d commit d66022f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/simple_3l_speed_control.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using KiteModels, OrdinaryDiffEqCore, OrdinaryDiffEqBDF, OrdinaryDiffEqSDIRK, LinearAlgebra, Timers, Statistics
using KiteModels, LinearAlgebra, StatsBase
using Base: summarysize
tic()

using Pkg
if ! ("ControlPlots" keys(Pkg.project().dependencies))
Expand Down Expand Up @@ -31,7 +30,6 @@ sys_state = KiteModels.SysState(s)

println("stepping")
total_step_time = 0.0
toc()
steering = [0.0, 0.0, 0.0]
amount = 0.6
sign = 1
Expand Down

0 comments on commit d66022f

Please sign in to comment.