File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,23 @@ pkg"test KitePodModels"
39
39
- a function to convert the actual depower value into change of angle of attack
40
40
41
41
### Configuration
42
- There are two types of kite control models, called KCU1 and KCU2. For KCU2 the following parameters are used:
42
+ There are two types of kite control models, called KCU1 and KCU2.
43
+ For KCU1 the following parameters are used:
44
+ ``` yaml
45
+ kcu :
46
+ kcu_model : " KCU1" # name of the kite control unit model, KCU1 or KCU2
47
+ kcu_mass : 8.4 # mass of the kite control unit [kg]
48
+ power2steer_dist : 1.3 # [m]
49
+ depower_drum_diameter : 0.069 # [m]
50
+ tape_thickness : 0.0006 # [m]
51
+ v_depower : 0.075 # max velocity of depowering in units per second (full range: 1 unit)
52
+ v_steering : 0.2 # max velocity of steering in units per second (full range: 2 units)
53
+ depower_gain : 3.0 # 3.0 means: more than 33% error -> full speed
54
+ steering_gain : 3.0
55
+
56
+ ```
57
+
58
+ For KCU2 the following parameters are used:
43
59
``` yaml
44
60
kcu :
45
61
kcu_model : " KCU2" # name of the kite control unit model, KCU1 or KCU2
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ bridle:
79
79
kcu :
80
80
kcu_model : " KCU1" # name of the kite control unit model, KCU1 or KCU2
81
81
kcu_mass : 8.4 # mass of the kite control unit [kg]
82
- kcu_diameter : 0.4 # diameter of the KCU for drag calculation [m]
83
82
power2steer_dist : 1.3 # [m]
84
83
depower_drum_diameter : 0.069 # [m]
85
84
tape_thickness : 0.0006 # [m]
You can’t perform that action at this time.
0 commit comments