Skip to content

Commit 3593ff5

Browse files
committed
More space for more digits
1 parent 6c593a6 commit 3593ff5

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

data/wc_settings.yaml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
wc_settings:
2-
dt: 0.02 # time step of the winch controller
2+
dt: 0.02 # time step of the winch controller
33
test: false
4-
fac: 1.0 # factor for I and P of lower force controller
5-
max_iter: 100 # max iterations limit for the PID solvers
6-
iter: 0 # actual max iterations of the PID solvers
7-
t_startup: 0.25 # startup time for soft start
8-
t_blend: 0.1 # blending time of the mixers in seconds
9-
v_sat_error: 1.0 # limit of reel-out speed error, used by the input sat block of the speed controller
10-
v_sat: 8.0 # limit of reel-out speed, used by the output sat block of the speed controller
11-
v_ri_max: 8.0 # maximal reel-in speed [m/s]
12-
p_speed: 0.125 # P value of the speed controller
13-
i_speed: 6.0 # I value of the speed controller
14-
kb_speed: 4.0 # back calculation constant for the anti-windup loop of the speed controller
15-
kt_speed: 5.0 # tracking constant of the speed controller
16-
vf_max: 2.75 # reel-out velocity where the set force should reach it's maximum
17-
pf_low: 0.00014 # P constant of the lower force controller 0.013, 0.00014 also works
18-
if_low: 0.01125 # I constant of the lower force controller 0.0225, 0.01125 also works
4+
fac: 1.0 # factor for I and P of lower force controller
5+
max_iter: 100 # max iterations limit for the PID solvers
6+
iter: 0 # actual max iterations of the PID solvers
7+
t_startup: 0.25 # startup time for soft start
8+
t_blend: 0.1 # blending time of the mixers in seconds
9+
v_sat_error: 1.0 # limit of reel-out speed error, used by the input sat block of the speed controller
10+
v_sat: 8.0 # limit of reel-out speed, used by the output sat block of the speed controller
11+
v_ri_max: 8.0 # maximal reel-in speed [m/s]
12+
p_speed: 0.125 # P value of the speed controller
13+
i_speed: 6.0 # I value of the speed controller
14+
kb_speed: 4.0 # back calculation constant for the anti-windup loop of the speed controller
15+
kt_speed: 5.0 # tracking constant of the speed controller
16+
vf_max: 2.75 # reel-out velocity where the set force should reach it's maximum
17+
pf_low: 0.00014 # P constant of the lower force controller 0.013, 0.00014 also works
18+
if_low: 0.01125 # I constant of the lower force controller 0.0225, 0.01125 also works
1919

20-
df_low: 0.0 # D constant of lower force controller 0.000017
21-
nf_low: 0 # filter constant n of lower force controller
22-
kbf_low: 8.0 # back calculation constant for the anti-windup loop of the lower force controller
23-
ktf_low: 8.0 # tracking constant of the lower force controller
24-
f_low: 350 # lower force limit [N]
25-
f_reelin: 700 # set force for reel-in phase [N]
26-
f_high: 3800 # upper force limit [N]
20+
df_low: 0.0 # D constant of lower force controller 0.000017
21+
nf_low: 0 # filter constant n of lower force controller
22+
kbf_low: 8.0 # back calculation constant for the anti-windup loop of the lower force controller
23+
ktf_low: 8.0 # tracking constant of the lower force controller
24+
f_low: 350 # lower force limit [N]
25+
f_reelin: 700 # set force for reel-in phase [N]
26+
f_high: 3800 # upper force limit [N]
2727
pf_high: 0.0002304 # P constant of upper force controller
2828
if_high: 0.012 # I constant of upper force controller
29-
df_high: 2.4e-5 # D constant of upper force controller
30-
nf_high: 15.0 # filter constant n of upper force controller
31-
kbf_high: 1.0 # back calculation constant for the anti-windup loop of the upper force controller
32-
ktf_high: 10.0 # tracking constant of the upper force controller
33-
winch_iter: 10 # iterations of the winch model
34-
max_acc: 8.0 # maximal acceleration of the winch (derivative of the set value of the reel-out speed)
29+
df_high: 2.4e-5 # D constant of upper force controller
30+
nf_high: 15.0 # filter constant n of upper force controller
31+
kbf_high: 1.0 # back calculation constant for the anti-windup loop of the upper force controller
32+
ktf_high: 10.0 # tracking constant of the upper force controller
33+
winch_iter: 10 # iterations of the winch model
34+
max_acc: 8.0 # maximal acceleration of the winch (derivative of the set value of the reel-out speed)
3535
damage_factor: 0.1 # damage at max acceleration
36-
kv: 0.06 # proportional factor of the square root law, see function calc_vro
36+
kv: 0.06 # proportional factor of the square root law, see function calc_vro
3737

0 commit comments

Comments
 (0)