-
Notifications
You must be signed in to change notification settings - Fork 6
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
WHOC v0.1 #25
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Updating readme to provide rough details of WHOC. * Updating URL link to main repo. * First-pass implementation. Not yet tested. * Update to match ROSCO example 17. * outline python server added. * Architecture for base class and inheriting subclasses. * remove unnecessary zmq content. * Actuator disk direct connection * Changing ,server, to ,interface, * interface now passed in on instantiation. * Interfaces now pass through the controller modules. * Working on a hercules direct call demo. * Runs. * Now plotting. * Basic readme for interfaces. * Renaming interfaces somewhat; adding example to repo. * Documentation improvements. * Doc updates * Add readme * Test infrastructure (tests not yet written) --------- Co-authored-by: misha <[email protected]>
* Fix buggy instantiation after ControllerBase update. * Updating batch run script for Hercules --------- Co-authored-by: Genevieve Starke <[email protected]>
* Updating readme to provide rough details of WHOC. * Updating URL link to main repo. * First-pass implementation. Not yet tested. * Update to match ROSCO example 17. * outline python server added. * Architecture for base class and inheriting subclasses. * remove unnecessary zmq content. * Actuator disk direct connection * Changing ,server, to ,interface, * interface now passed in on instantiation. * Interfaces now pass through the controller modules. * Working on a hercules direct call demo. * Runs. * Now plotting. * Basic readme for interfaces. * Renaming interfaces somewhat; adding example to repo. * hercules battery controller skeleton * formatting discrepancies * update example batch_script * delete erronious input arguments --------- Co-authored-by: misha <[email protected]> Co-authored-by: Zachary <[email protected]> Co-authored-by: misi9170 <[email protected]>
* Ruff . now passes. * ruff format now run.
* Incomplete * Develop instructions included; reordering. * Ruff bugfix on importing find_packages.
* Adding version number. * Adding disclaimers. * echo output file added.
* runscripts now call correct hercules packages and run. * Rename files for standin.
* Testing interface_base. * Remove repeated class definition. * renaming send_setpoints and compute_setpoints to send_controls and compute_controls, respectively, for generality. * Move controller_base into controllers/ directory. * Beginning to build out interface library tests. * Updating to check_controls. * setpoints -> controls for dicts. * Test imports, methods implemented. * Tests for HerculesADYawInterface. * Explicit dictionary input. * Simplified tests for HerculesWindBatteryInterface * Ruff. * Inheritance tests. * Beginnings of controller library test. * Improved developer installation instructions. * Add note for future test for HerculesWindBatteryController. * Ruff. * Add zmq to requirements. * Reverting some changes from setpoints to controls in the wind battery controlller/interface for current compatibility with Hercules.
achenry
pushed a commit
to achenry/wind-hybrid-open-controller
that referenced
this pull request
Apr 22, 2024
WHOC v0.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First public version of the wind hybrid open controller (WHOC). This version establishes the repository with basic connections to Hercules (https://github.com/NREL/hercules), the infrastructure for the repository, and placeholders for future work.
More releases, possibly with breaking changes, are to come in 2024.
What's Changed
New Contributors
Full Changelog: https://github.com/NREL/wind-hybrid-open-controller/commits/v0.1