Skip to content

Commit af66ff7

Browse files
committed
Cleanup
1 parent 44edba8 commit af66ff7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mwes/mwe_02.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if ! ("ControlPlots" ∈ keys(Pkg.project().dependencies))
77
using TestEnv; TestEnv.activate()
88
using Test
99
end
10-
using WinchControllers, WinchModels, KiteUtils, ControlPlots
10+
using WinchControllers, WinchModels, KiteUtils, ControlPlots, ControlSystemsBase
1111

1212
if isfile("data/system_tuned.yaml")
1313
set = load_settings("system_tuned.yaml")
@@ -80,8 +80,6 @@ B = finite_jacobian(u -> motor_dynamics(x0, u), u0)
8080
C = [1.0]
8181
D = [0.0 0.0]
8282

83-
using ControlSystemsBase
84-
8583
sys = ss(A, B, C, D)
8684

8785
# 1. Extract B matrices

0 commit comments

Comments
 (0)