Skip to content

Commit 294ea3b

Browse files
committed
Update examples
1 parent b316156 commit 294ea3b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ makedocs(;
2626
"Parameters" => "parameters.md",
2727
"Examples_1p" => "examples.md",
2828
"Examples_4p" => "examples_4p.md",
29-
"Example_RamAirKite" => "examples_ram_air.md",
29+
"Examples_RamAirKite" => "examples_ram_air.md",
3030
"Quickstart" => "quickstart.md",
3131
"Advanced usage" => "advanced.md",
3232
],

docs/src/examples_ram_air.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,13 @@ You can save another 45s when checking out the code with git, create a system im
6464
In this example, the kite is first parked, and then a sinus-shaped steering input is applied such that is dancing
6565
in the sky.
6666

67-
![Oscillating steering input response](oscillating_steering.png)
67+
![Oscillating steering input response](oscillating_steering.png)
68+
69+
## Running the second example
70+
```julia
71+
SIMPLE=true; include("examples/ram_air_kite.jl")
72+
```
73+
The simple model has a very simple bridle system without pulleys and with less attachment points on the wing.
74+
While the default model has a [speed system](https://kiteboarding.com/proddetail.asp?prod=ozone-r1v4-pro-tune-speedsystem-complete) with pulleys and more attachment points on the wing.
75+
76+
![Oscillating steering input response, simple system](oscillating_steering_simple.png)
181 KB
Loading

0 commit comments

Comments
 (0)