-
Notifications
You must be signed in to change notification settings - Fork 611
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
[wpilib] Add class to calculate robot resistance #5500
Open
calcmogul
wants to merge
1
commit into
wpilibsuite:main
Choose a base branch
from
calcmogul:wpilib-add-class-to-calculate-robot-resistance
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[wpilib] Add class to calculate robot resistance #5500
calcmogul
wants to merge
1
commit into
wpilibsuite:main
from
calcmogul:wpilib-add-class-to-calculate-robot-resistance
+736
−16
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
PeterJohnson
previously approved these changes
Aug 3, 2023
Has this been tested on a real robot to make sure the values are reasonable? Based on the discussion on #4162 i don't think it has been. |
It has not. That's what killed the PR last time. |
ohowe1
reviewed
Aug 3, 2023
wpilibj/src/main/java/edu/wpi/first/wpilibj/PowerDistribution.java
Outdated
Show resolved
Hide resolved
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
from
August 3, 2023 16:50
1f06549
to
496e7ae
Compare
calcmogul
added
state: blocked
Something is blocking action.
state: awaiting testing
Needs testing
labels
Aug 3, 2023
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
from
August 31, 2023 21:54
496e7ae
to
d6570dd
Compare
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
from
September 22, 2023 03:05
d6570dd
to
80a5e1d
Compare
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
from
September 29, 2023 15:35
80a5e1d
to
121df22
Compare
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
from
January 4, 2024 22:08
cd024f8
to
57be9db
Compare
Tests to run would include resistance printouts for no-load and high-load cases, as well as whether it can detect wire disconnects. |
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
from
January 5, 2024 04:13
57be9db
to
b213d77
Compare
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
2 times, most recently
from
May 8, 2024 18:28
360128a
to
25d0037
Compare
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
from
July 17, 2024 05:58
25d0037
to
75b6fc8
Compare
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
from
September 13, 2024 01:33
75b6fc8
to
1b7e47e
Compare
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
2 times, most recently
from
October 14, 2024 02:28
80a06d7
to
25ef8ec
Compare
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
from
October 23, 2024 23:29
25ef8ec
to
8f2ad21
Compare
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
3 times, most recently
from
November 7, 2024 21:42
4253593
to
ad8b892
Compare
fletch3555
reviewed
Nov 8, 2024
wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/resistance/Robot.java
Outdated
Show resolved
Hide resolved
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
2 times, most recently
from
November 9, 2024 04:45
9444a79
to
693d394
Compare
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
from
December 5, 2024 17:05
693d394
to
75bb72e
Compare
Co-authored-by: ysthakur <[email protected]>
calcmogul
force-pushed
the
wpilib-add-class-to-calculate-robot-resistance
branch
from
December 22, 2024 21:53
75bb72e
to
1f031ed
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: examples
component: wpilibc
WPILib C++
component: wpilibj
WPILib Java
state: awaiting testing
Needs testing
state: blocked
Something is blocking action.
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.
No description provided.