Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Jun 26, 2022
1 parent c929137 commit 086e17f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 086e17f

Please sign in to comment.