Skip to content

Commit 184bbb9

Browse files
committed
First test passes
1 parent effb031 commit 184bbb9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@ authors = ["Uwe Fechner <[email protected]> and contributors"]
44
version = "1.0.0-DEV"
55

66
[deps]
7+
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
8+
ControlPlots = "23c2ee80-7a9e-4350-b264-8e670f12517c"
79
KiteUtils = "90980105-b163-44e5-ba9f-8b1c83bb0533"
810
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
911
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1012
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
13+
Timers = "21f18d07-b854-4dab-86f0-c15a3821819a"
1114
WinchModels = "7dcfa46b-7979-4771-bbf4-0aee0da42e1f"
1215

1316
[compat]
17+
BenchmarkTools = "1.6.0"
18+
ControlPlots = "0.2.7"
1419
KiteUtils = "0.10.6"
1520
Parameters = "0.12.3"
1621
StaticArrays = "1.9.13"
1722
StructTypes = "1.11.0"
23+
Timers = "0.1.5"
1824
WinchModels = "0.3.7"
1925
julia = "1.6.7"
2026

test/test_winchcontroller.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using Timers; tic()
88
# Test the speed controller in combination with the controller for the lower and upper force.
99
# Input: A varying wind speed. Implements the simulink block diagram, shown in
1010
# docs/force_speed_controller_test2.png
11-
using KiteControllers, ControlPlots, BenchmarkTools
11+
using WinchControllers, ControlPlots, BenchmarkTools
1212

1313
set = deepcopy(load_settings("system.yaml"))
1414
wcs = WCSettings(dt=0.02)

0 commit comments

Comments
 (0)