Skip to content

v0.6.7

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 18:36
· 123 commits to main since this release

KiteModels v0.6.7

Diff since v0.6.6

Changed

  • renamed test_init.jl to test_init_4p.jl
  • by default, azimuth in wind reference frame is now used
  • the orientation is now represented in NED reference frame
  • the method calc_heading has two new, optional parameters: neg_azimuth=false, one_point=false
  • the definition of heading and azimuth has changed, which will require adaptions in the controller

Added

  • example plot_side_cl.jl
  • example plot_cl_cd_plate.jl
  • example steering_test.jl
  • example test_init_1p.jl
  • the test script test_orientation.jl was contributed by Daan van Wolffelaar; currently, some of these tests are still broken (error of about 2%)
  • XFoil for calculating the polars

Fixed

  • many of the examples; all examples of menu.jl now work

Merged pull requests:

Closed issues:

  • The function next_step! is using a confusing definition for the wind direction (#67)
  • Use Xfoil polars to calculate c_l, c_d and steering tether forces (#72)
  • Add test case for steering sensitivity (#74)
  • Fix calc_heading (#77)
  • Implement function q2qviewer (#82)