ufechner7 / KiteModels.jl

Kite and tether models for the simulation of kite power systems
https://ufechner7.github.io/KiteModels.jl/
MIT License
8 stars 2 forks source link

Add constructor for SysState #30

Closed ufechner7 closed 2 years ago

ufechner7 commented 2 years ago

Add a constructor SysState(s::AKM).

A SysState object is needed for easy display of the state in KiteViewers.

The requires to calculate the orientation as quaternion. Perhaps first add a function orient(s::AKM).