Releases: ufechner7/KiteUtils.jl
Releases · ufechner7/KiteUtils.jl
v0.9.6
KiteUtils v0.9.6
Added
- function
KiteUtils.install_examples()
- add field
upwind_dir
, remove vectorv_wind_ref
fromSettings
and yaml files - add the fields
max_acc
,p_speed
andi_speed
toSettings
and yaml files
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#67) (@dependabot[bot])
- Add the function copy_examples() (#69) (@ufechner7)
- Add upwind dir (#72) (@ufechner7)
- New settings max_acc, p_speed and i_speed (#73) (@ufechner7)
Closed issues:
v0.9.5
v0.9.4
KiteUtils v0.9.4
Changed
- add set_steering, heading_rate, attractor to
SysState
for logging and plotting
Fixed
build.jl
is now also working for two-element vectors
v0.9.3
v0.9.2
KiteUtils v0.9.2
Added
- add function calculate_rotational_inertia and example for using this function
- add the fields
set_torque
,set_force
,set_speed
,alpha3
,alpha4
,roll
,pitch
,yaw
toSysState
struct for logging and plotting
Merged pull requests:
- add rotational inertia computation to kiteutils and add tests (#64) (@dvanwolffelaar)
v0.9.1
KiteUtils v0.9.1
Changes
- add fig_8, cycle and acc to the SysState
- add smc, cmq and cord_length to Settings
Fixed
- fix function menu()
Closed issues:
- Add Cmq and cord_length to the settings struct (#63)
v0.9.0
KiteUtils v0.9.0
Breaking changes
- you can (and should) now use
SysState{P}()
to create a new, empty SysState and then fill the fields with
the actual values in other packages that use KiteUtils. This makes your code robust for later changes to the
structSysState
.
Changes
- all code related to logging of
SysState
structs is now auto-generated by the scriptbuild.jl
based on the content
of the filesysstate.yaml
. This makes it much easier to add or remove fields for logging. - the vectors v_wind_gnd, v_wind_200m and v_wind_kite were added to
SysState
- the scalars AoA, CL and CD were added to SysState
- the properties
x
,y
andz
ofSysLog
now represent the position of the 4-point kite
Added
- the properties
x1
,y1
andz1
ofSysLog
were added and represent the position of the 1-point kite
Merged pull requests:
- Remove naca (#60) (@1-Bart-1)
- New sysstate, added 6 fields, new properties, build script (#61) (@ufechner7)
v0.8.4
KiteUtils v0.8.4
KiteUtils v0.8.4 - 2024-10-31
- add
cms
to settings2.yaml, a steering dependant moment coefficient to represent the deformation based turning moment
v0.8.3
KiteUtils v0.8.3
- add
cs_4p
tosettings2.yaml
, a correction factor for the steering sensitivity of the KPS4 model - extend documentation of reference frames and the orientation
v0.8.2
KiteUtils v0.8.2
Changed
- the function calc_course expects now
upwind_dir
as parameter - rename all parameters
up_wind_direction
toupwind_dir
- the function calc_heading expects now for the orientation the euler angles with respect to the NED reference frame
- it also expects the azimuth to be defined in wind reference frame
- the function fromW2SE expects now the azimuth to be defined in wind reference frame