-
Notifications
You must be signed in to change notification settings - Fork 4
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
Brownout2 #18
Merged
Brownout2 #18
Changes from 3 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
49a24aa
Create README.md (#11)
dx44383 b87526b
Upgrade to 2022 (#15)
eggaskin fdefb6f
current limit implementation base logic
eggaskin 68b3f7b
dynamic scaling + more structure things
eggaskin 1234d84
Code cleanup
ky28059 323482a
Change PDP to PDH :)
ky28059 d7bbfdf
more logic and prioritization
eggaskin 00e05a5
github is making me commit this to switch branches
Ayeeti c6ec132
added checkDynamicPriority and getDynamic Priority
Ayeeti 26d4f76
1-10 priority system with base low current scaling code
eggaskin 757ccfe
syntax and PDH
eggaskin ab63944
Merge branch 'brownout2' of https://github.com/grt192/GRTCommandBased…
ky28059 3aacef2
Code recleanup
ky28059 c2fdb30
Limit based brownout scaling
ky28059 6fafa87
Use an abstract class for `GRTSubsystem`
ky28059 69a1f01
Fix `changePriority` logic
ky28059 a714c9a
Implement weighted average scaling
ky28059 f3dd8d0
Use multiplication, adjust base priorities
ky28059 52b9956
Implement new brownout plan, thread based updating
ky28059 32fbea6
Add minimum current logic
ky28059 4ba12af
Recursive `minCurrent` scaling
ky28059 7593355
Small cleanup
ky28059 e54039d
Remove thread-based updating in favor of periodic
ky28059 7703df0
Fix testing bugs
ky28059 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Github made you commit merge conflicts? Have you resolved these or are they just on the branch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the way, you should keep
HEAD
for all of these. The conflicts look to be from very old changes from before pathfollowing was merged.