We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b151be commit 71870c6Copy full SHA for 71870c6
README.md
@@ -44,7 +44,11 @@ You can run the tests with:
44
using Pkg
45
pkg"test SimpleKiteControllers"
46
```
47
+</details>
48
49
## TODO
50
- add examples for using the parking controller
51
- implement a new path following controller for flying figures of eight, see [Fernandes_2022](https://www.mdpi.com/1996-1073/15/4/1390)
52
+
53
+## Related
54
+A fully working set of flight path controllers and planners can be found here: [KiteControllers.jl](https://github.com/aenarete/KiteControllers.jl)
0 commit comments