Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version: KiteSimulators v0.4.1 #114862

Merged

Conversation

JuliaRegistrator
Copy link
Contributor

@JuliaRegistrator JuliaRegistrator commented Sep 9, 2024

#### Changed
- the build script now only installs `matplotlib` if it is not yet installed on the system
- improved the example `joystick.jl` and its documentation
- bump KiteControllers to 0.2.10
- bump KiteModels to 0.6.6  
A new kite model (KPS4_3L) was added, that uses three winches at the ground to steer the kite.
The new variant (version 3) of the KPS4 kite model allows to define polars that do not depend on the steering input, which makes it easier to define new kites.
- bump KitePodModels to 0.3.3  
A simplified KitePodModel was added with a linear relationship between depower setting and depower angle, which makes it easier to define new KCUs.
#### Added
- a new, torque controlled winch model
- you can now define the diameter and the aerodynamic drag coefficient of the KCU
- plot `aerodynamics`
#### Fixed
- changes of the polars had no effect
- changes of ```max_steering``` had no effect
- fix example `compare_kps3_kps4.jl`
#### Braking
- the function `next_step!` now requires either the parameter `set_speed`, which replaces `v_ro`, or the parameter `set_torque`, depending on the question if you use the `AsynchGenerator` or `TorqueControlledWinch` in the settings
- the function `init_sim` has the new parameter `delta`. It should be between 0.0 and 0.03 and defines the pre-tension of the tether. The parameter `stiffness_factor` should be between 0.1 and 1.0 and not longer smaller than 0.1.
- the constructor `FPCSettings` now requires the named parameter `dt`
- the constructor `SystemStateControl` now requires the named parameter `u_d0` and `u_d`

UUID: a262fb0b-5671-4fb4-9d61-972db9a18944
Repo: https://github.com/aenarete/KiteSimulators.jl.git
Tree: 67bb520e0dee21273088b725b35f515ae8a066f8

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
@JuliaRegistrator JuliaRegistrator force-pushed the registrator-kitesimulators-a262fb0b-v0.4.1-b6436025db branch from fc6af43 to 8e1b977 Compare September 9, 2024 20:26
Copy link
Contributor

github-actions bot commented Sep 9, 2024

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. AutoMerge Guidelines are all met! ✅

Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round.

2. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

@JuliaTagBot JuliaTagBot merged commit c3bf17b into master Sep 9, 2024
11 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-kitesimulators-a262fb0b-v0.4.1-b6436025db branch September 9, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants