Skip to content

Commit

Permalink
update autopilot.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Jul 3, 2024
1 parent 8c85d7f commit a273e7d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/autopilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@ Clicking the "RUN" button starts the simulation, the STOP button stops it and sa
<p align="center"><img src="https://github.com/aenarete/KiteSimulators.jl/blob/main/docs/GUI.png?raw=true" width="500" /></p>
You can see the name of the current log file at the bottom right. The Zoom buttons allow you to zoom in or out, and the RESET button resets the zoom level to the default (sometimes you have to click it twice). The Autopilot button activates the autopilot (which is the default), and the Parking button puts the kite into the parking position. The repeat switch allows you to run the simulation again and again.

##### The drop-down menus
On the top left of the user interface, you see several drop-down menus. The first one allows you to select one of the many default plots. They get displayed if you select them, if you have closed a plot and want to show it again you can click the OK button.

The default plot looks like this:
<p align="center"><img src="https://github.com/aenarete/KiteSimulators.jl/blob/main/docs/main.png?raw=true" width="500" /></p>

If you select the menu entry **print_stats** you can see the statistics of the last three power cycles, for example like this:
<p align="center"><img src="https://github.com/aenarete/KiteSimulators.jl/blob/main/docs/statistics.png?raw=true" width="500" /></p>
The power is the mechanical power.

The second drop-down menu allows selecting different simulation tolerances. The default is usually a good compromise between accuracy and performance.

The third dropdown menu allows to change the speed of the simulation between reel-time (1x) and 12 times faster than reel-time. Choose a value that suits your needs and that your computer can handle well.

The fourth dropdown menu allows loading one of the project files that are present in the **data** folder. Saving and editing have not yet been implemented. To save and edit a project file use an editor of your choice.

The following project files are provided by default:
- hydra10_951.yml: hydra kite with 10 m² projected area at 9.51 m/s wind speed at 6m height
- hydra20_426.yml: hydra kite with 20 m² projected area at 4.26 m/s wind speed at 6m height
- hydra20_600.yml: hydra kite with 20 m² projected area at 6.00 m/s wind speed at 6m height
- hydra20_920.yml: hydra kite with 20 m² projected area at 9.20 m/s wind speed at 6m height

0 comments on commit a273e7d

Please sign in to comment.