Skip to content

Releases: ufechner7/KiteUtils.jl

v0.7.5

09 Aug 11:20
Compare
Choose a tag to compare

KiteUtils v0.7.5

Diff since v0.7.4

Added

  • the fields kcu_model, kcu_diameter, depower_zero and degrees_per_percent_power
  • the files system2.yaml and system2.yaml which use KCU2

Fixed

  • when calling se(); se("system2.yaml") the new settings where not used

v0.7.4

06 Aug 08:42
Compare
Choose a tag to compare

KiteUtils v0.7.4

Diff since v0.7.3

Changed

  • the first parameter of demo_state_4p_3lines() is now the number of middle tether particles

Merged pull requests:

v0.7.3

05 Aug 19:24
Compare
Choose a tag to compare

KiteUtils v0.7.3

Diff since v0.7.2

Added

  • function demo_state_4p_3lines()
  • dependabot.yml to the GitHub CI scripts, which keeps the GitHub actions up-to-date

Changed

  • added the Base.@kwdef decorator to the type SysState. This allows it to easily create
    a SysState struct from a JSON message

Merged pull requests:

Closed issues:

  • Print a warning instead of an error if section kps4_3l is missing in settings.yaml (#50)

v0.7.2

24 Jul 15:40
Compare
Choose a tag to compare

KiteUtils v0.7.2

Diff since v0.7.1

KiteUtils v0.7.2 - 2024-07-24

Changed

  • renamed inertia_motor to inertia_total

v0.7.1

24 Jul 14:50
Compare
Choose a tag to compare

KiteUtils v0.7.1

Diff since v0.7.0

Added

  • new parameters f_coulomb and c_vf for the friction of the winch

v0.7.0

24 Jul 11:45
Compare
Choose a tag to compare

KiteUtils v0.7.0

Diff since v0.6.16

Added

  • new parameters winch_model, drum_radius, gear_ratio, inertia_motor

Changed

  • print warning when the section kps4_3l is missing

Merged pull requests:

  • Update 3 line model settings to more realistic values that dont cause the error (height < 0) on step (#49) (@1-Bart-1)

v0.6.16

25 Jun 08:34
Compare
Choose a tag to compare

KiteUtils v0.6.16

Diff since v0.6.15

KiteUtils v0.6.16 - 2024-06-25

Changed

  • new field width_3l

Fixed

  • read the fields for the KPS4-3L model from yaml file

Merged pull requests:

v0.6.15

21 Jun 17:45
19f693c
Compare
Choose a tag to compare

KiteUtils v0.6.15

Diff since v0.6.14

Changed

  • add fields needed for the new KPS4-3L model

Merged pull requests:

v0.6.14

20 Jun 15:01
Compare
Choose a tag to compare

KiteUtils v0.6.14

Diff since v0.6.13

Fixed

  • all methods of the function save_log() accept now the named parameter path

v0.6.13

19 Jun 14:10
Compare
Choose a tag to compare

KiteUtils v0.6.13

Diff since v0.6.12

Fixed

  • downgraded RecursiveArrayTools because the latest version stopped working any longer