From 086e17fb1436a662e65df16a63a4c46eaf8a97b6 Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Sun, 26 Jun 2022 09:17:32 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04a576c..2651a9e 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,11 @@ 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 +include("examples/autopilot.jl") # Linux +include("examples\\autopilot.jl") # Windows ``` +You should see that the autopilot starts at 10s and that it is controlling the full power cycle, kite and winch. + ## Documentation - First example, explained: [First Example](docs/first_example.md). - Reading and writing log files: [Logging](docs/logging.md)