KiteSimulators

Meta-package, providing "Julia Kite Power Tools", consisting of the following packages:

Installation

If you do not have Julia installed yet, please read Installation.

For the installation of this package, please read Installation of KiteSimulators

Copy and run an example

From the Julia prompt execute:

using KiteSimulators
cp_examples()

If you have a Joystick connected, you can run the simulator with joystick control

./bin/run_julia or bin\run_julia

using KiteSimulators
include("examples/joystick.jl")  # Linux
include("examples\\joystick.jl") # Windows

You should now see the kite attached to the tether:

To view and modify the example, you can use the command:

edit("examples/joystick.jl")  # Linux
edit("examples\\joystick.jl") # Windows

The x axis of the Joystick controls steering, y-axis depowering and z-axis the reel-in and reel-out of the winch. With button one you can start the simulation, with button two you can stop it.

If you don't have a Joystick, try the following example:

./bin/run_julia or bin\run_julia

using KiteSimulators
include("examples/depower.jl")  # Linux
include("examples\\depower.jl") # Windows

Documentation

Most of the packages have their own documentation. See for example:

and the README files of the other packages, listed below.

See also