Skip to content

Releases: aenarete/KiteControllers.jl

v0.2.0

17 Mar 22:17
Compare
Choose a tag to compare

KiteControllers v0.2.0

  • update dependencies to the newest versions
  • replace the plotting library InspectDR (used for the tests) with PyPlot because InspectDR does not work with Julia 1.10

Diff since v0.1.7

Merged pull requests:

Closed issues:

  • Add test cases for the parking controller (#21)

v0.1.7

03 Jul 06:51
Compare
Choose a tag to compare

KiteControllers v0.1.7

Diff since v0.1.6

Mainly improved the examples.

  • joystick.jl: Default is parking. If you click on the button WinchON reeling out starts. During reel-in the kite is depowered.
  • autopilot.jl: Display the state of SystemStateControl in the status line.

Closed issues:

  • Add ssWinchControl (#12)
  • Allow to restart simulation via the GUI after a crash (#16)

Merged pull requests:

  • CompatHelper: bump compat for Observables to 0.5, (keep existing compat) (#15) (@github-actions[bot])

v0.1.6

25 Jun 22:20
Compare
Choose a tag to compare

KiteControllers v0.1.6

First version with fully working autopilot for the full power cycle. You can run the example "autopilot.jl" to see it in action.

Diff since v0.1.5

Closed issues:

  • FlightPathPlanner gets stuck (#11)

v0.1.5

23 Jun 23:48
Compare
Choose a tag to compare

KiteControllers v0.1.5

Implemented FlightPathPlanner and integrated it with the GUI;
it still has a bug and is therefore disabled.

Diff since v0.1.4

v0.1.4

19 Jun 12:05
Compare
Choose a tag to compare

KiteControllers v0.1.4

Diff since v0.1.3

Closed issues:

  • Implement FlightPathController (#6)

v0.1.3

11 Jun 20:53
Compare
Choose a tag to compare

KiteControllers v0.1.3

Diff since v0.1.2

Closed issues:

  • Implement WinchController (#8)
  • Integrate the WinchController with the GUI (#10)

v0.1.2

10 Jun 16:54
Compare
Choose a tag to compare

KiteControllers v0.1.2

Implemented and tested:

  • LowerForceController
  • UpperForceController

Diff since v0.1.1

v0.1.1

05 Jun 21:33
Compare
Choose a tag to compare

KiteControllers v0.1.1

Implemented and tested:

  • Generic control components
  • SpeedController (for the winch)

Diff since v0.1.0

v0.1.0

01 May 17:03
Compare
Choose a tag to compare

KiteControllers v0.1.0

Merged pull requests:

  • CompatHelper: add new compat entry for Parameters at version 0.12, (keep existing compat) (#4) (@github-actions[bot])