We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4a4ae commit 1fdfe92Copy full SHA for 1fdfe92
1 file changed
examples/reel_out_4p_torque_control.jl
@@ -12,9 +12,9 @@ using Printf
12
set::Settings = deepcopy(load_settings("system.yaml"))
13
14
# the following values can be changed to match your interest
15
-dt::Float64 = 0.05
+dt::Float64 = 0.05/3
16
set.solver="DFBDF" # IDA or DFBDF
17
-STEPS = 600
+STEPS = 600*3
18
const PLOT = true
19
FRONT_VIEW = false
20
ZOOM = true
@@ -113,6 +113,9 @@ if PLOT
113
reactivate_host_app()
114
end
115
println("Number of states: $(states(kps4))")
116
+println("Kite mass: $(set.mass) kg")
117
+println("KCU mass: $(set.kcu_mass) kg")
118
+println("Tether diameter: $(set.d_tether) mm")
119
# savefig("docs/src/reelout_force_4p.png")
120
121
# Solver: DFBDF, reltol=0.000001
0 commit comments