Skip to content

AWE Software overview

Uwe Fechner edited this page May 8, 2025 · 9 revisions

AWE Software Overview

Simulation software overview

Tutorials

  • For learning to create mechanical models with ModellingToolkit.jl, have a look at Tethers.jl

Control software

There is the old repository KiteControllers.jl, but this needs to be restructured. Suggestions:

  • split off the winch controller and create a package WinchControllers.jl
  • create a new repo SimpleKiteControllers.jl
    One of the first things to implement would be a path-following controller.

An alternative approach is being developed in the package KitePredictiveControl.jl .

Kite State Estimation

The following project implements an estimator, which would be in particular useful to estimate the wind speed at the kites: https://github.com/ocayon/EKF-AWE/tree/main

It currently only supports LEI kites in pumping mode of operation. Furthermore, it is not yet integrated with KiteModels.jl.

Clone this wiki locally