Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
a662556
Add test_heading
ufechner7 Feb 6, 2026
a1f2a5b
Fix example
ufechner7 Feb 6, 2026
7356082
Cleanup
ufechner7 Feb 6, 2026
39b779a
Add requirements
ufechner7 Feb 6, 2026
3a40936
Add calc_orientation
ufechner7 Feb 6, 2026
52799c4
Cleanup
ufechner7 Feb 6, 2026
9384a37
add calc_kite_heading
ufechner7 Feb 6, 2026
707bed6
Add plot
ufechner7 Feb 6, 2026
18c6182
Add z (height) as parameter
ufechner7 Feb 6, 2026
48d061d
Some progress
ufechner7 Feb 6, 2026
0d845ba
More progress
ufechner7 Feb 6, 2026
d8d40d2
Fix warning
ufechner7 Feb 6, 2026
78cc2ff
Fix warning
ufechner7 Feb 6, 2026
9eb0498
fix naming
ufechner7 Feb 6, 2026
f850755
Fix comment
ufechner7 Feb 6, 2026
2285cd1
Fix comment
ufechner7 Feb 6, 2026
e8e9183
Fix warnings
ufechner7 Feb 11, 2026
c7e0cf3
Some progress
ufechner7 Feb 11, 2026
8acfbe6
Some progress
ufechner7 Feb 11, 2026
26bf16a
Next iteration
ufechner7 Feb 11, 2026
975f7f0
Next try
ufechner7 Feb 11, 2026
965cd9c
Next try
ufechner7 Feb 11, 2026
41b0f30
Next try
ufechner7 Feb 11, 2026
3e2f5a9
Fix comments
ufechner7 Feb 12, 2026
8df8eda
Update struct arrays
1-Bart-1 Feb 10, 2026
1e89584
Update StructArrays in CHANGELOG for v0.11.2
1-Bart-1 Feb 11, 2026
08b571e
Bump version from 0.11.1 to 0.11.2
1-Bart-1 Feb 11, 2026
3cda666
Add workspace
ufechner7 Feb 12, 2026
0cf9a7d
Add Project.toml to examples folder
ufechner7 Feb 12, 2026
f0ffa4a
Merge branch 'main' into heading
ufechner7 Feb 12, 2026
48549eb
Add ControlPlots
ufechner7 Feb 12, 2026
15d7493
Update example
ufechner7 Feb 12, 2026
52a8884
Some progress
ufechner7 Feb 12, 2026
c5e34e0
Some progress
ufechner7 Feb 12, 2026
e635667
Tether is shown now
ufechner7 Feb 12, 2026
761287f
Fly three loops
ufechner7 Feb 12, 2026
e88d556
Some corrections
ufechner7 Feb 12, 2026
83e2305
Show the heading rate in the GUI
ufechner7 Feb 12, 2026
7c9cb3e
Fix the glitch when the heading goes from -180 to 180
ufechner7 Feb 12, 2026
ee946e2
Three test cases now
ufechner7 Feb 12, 2026
b61f090
Fixes
ufechner7 Feb 12, 2026
6702032
Add TODO
ufechner7 Feb 12, 2026
ba68460
use 30 degrees
ufechner7 Feb 14, 2026
6c7cc93
Merge branch 'main' into heading
ufechner7 Feb 14, 2026
0a37a8a
Use asin2
ufechner7 Feb 14, 2026
e6afa87
Fix warning
ufechner7 Feb 21, 2026
56222c3
Refactoring, update default manifest
ufechner7 Feb 21, 2026
a12f0cf
Cleanup
ufechner7 Feb 21, 2026
32900b7
Add test_jetls.jl
ufechner7 Feb 21, 2026
b18add3
Add file to .gitignore
ufechner7 Feb 21, 2026
8fe048d
Minimal example
ufechner7 Feb 21, 2026
522729e
Corrected example
ufechner7 Feb 21, 2026
c17b2ff
Update example
ufechner7 Feb 21, 2026
0ec41d0
Cleanup
ufechner7 Feb 21, 2026
19cf52e
All warnings fixed
ufechner7 Feb 21, 2026
e97ea18
Add default config file
ufechner7 Feb 21, 2026
75f50f0
Merge branch 'main' into heading
ufechner7 Mar 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .JETLSConfig.toml.default
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2025 Uwe Fechner
# SPDX-License-Identifier: MIT

formatter = "JuliaFormatter"

[full_analysis]
Expand Down
10 changes: 0 additions & 10 deletions .yamlfmt.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .yamllint.yml

This file was deleted.

Loading