Skip to content

Commit 201b0c5

Browse files
committed
update README.md
1 parent cb38a03 commit 201b0c5

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,23 @@ pkg"test KitePodModels"
3939
- a function to convert the actual depower value into change of angle of attack
4040

4141
### 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:
4359
```yaml
4460
kcu:
4561
kcu_model: "KCU2" # name of the kite control unit model, KCU1 or KCU2

data/settings.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ bridle:
7979
kcu:
8080
kcu_model: "KCU1" # name of the kite control unit model, KCU1 or KCU2
8181
kcu_mass: 8.4 # mass of the kite control unit [kg]
82-
kcu_diameter: 0.4 # diameter of the KCU for drag calculation [m]
8382
power2steer_dist: 1.3 # [m]
8483
depower_drum_diameter: 0.069 # [m]
8584
tape_thickness: 0.0006 # [m]

0 commit comments

Comments
 (0)