- fix display of kite in
KPS_3L
model - make
menu()
work
- reexport
KiteUtils
- automatically execute
using KiteViewers
when starting Julia
- fix display of kite in one point model
- fix function
save_png(viewer)
; it uses the foldervideo
as output now
- now v_wind_200m and v_wind_kite are displayed as default
- update_system has now the optional parameter wind=[:v_wind_gnd, :v_wind_200m, :v_wind_kite]
- add function
install_examples()
- add example
reelout_1p.jl
- bump KiteUtils to 0.8.2
- add param
ned=true
to functionupdate_system()
; with this parameter the orientation is automatically converted from NED to viewer reference frame - fix the example
basic_4p.jl
- bump KiteUtils to 0.8
- replaced Plots with ControlPlots in Project.toml and the examples
- deleted obsolete files, e.g. plots.jl
- fix examples
- add support for 3-line kite
- add WAIVER from Delft University to README.md
- add menu.jl
- fix tests
- bugfix in function clear_viewer(), rename parameter
stop
tostop_
- add optional, boolean parameter
stop
to the function clear_viewer() - update KiteUtils to 0.7
- add example show_messages.jl that receives html messages
- fix the older examples
- upgrade to GLMakie 0.10
- improve example reelout.jl
- the orientation of the one point kite is now converted by default
- add example
reelout_1p.jl
- rename
reelout.jl
toreelout_4p.jl
- improve installation instructions
- fix pre-compilation on Ubuntu 24.04
- replace
test_sterring.jl
withtest_parking.jl
- fix tests
- smaller font size on Windows
- add menu_project for loading, saving and editing projects
- add menu time_lapse for changing the simulation/ replay speed
- add field
mod_text
to Viewer3D; it defines the quotient of the update rate and the text update rate - add textbox
t_sim
to enter the simulation time
- fixed bug that caused problems with displaying tethers with more than 6 segments
- the function Viewer3D() has now the optional parameter
menus=true
, if passed it shows the menus, otherwise not