-
Notifications
You must be signed in to change notification settings - Fork 0
2025 - draft #107
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
Open
FriedLongJohns
wants to merge
68
commits into
master
Choose a base branch
from
2025
base: master
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.
+3,224
−1,448
Open
2025 - draft #107
Changes from all commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
517ae75
initial
FriedLongJohns d279fe3
fix swerve stuff
FriedLongJohns c52cbd7
that wasn't supposed to be commented out!
FriedLongJohns 5d10c7f
make it build (when tests excluded)
FriedLongJohns 67bac62
update swerve modueljava
sofiebudman 8ad7479
0
sofiebudman 987fb94
d
sofiebudman b546166
d
sofiebudman 256b86c
s
sofiebudman c782a71
remove comment
FriedLongJohns b712b84
remove space
FriedLongJohns 8d0248d
dubious fixes
FriedLongJohns f6017cb
revert gradle to before initial commit
FriedLongJohns e3f8b5c
delete lib199/path*
FriedLongJohns d7f6b9b
check raw bits instead of pointer values
FriedLongJohns 193cd3f
add baseSparkConfig and deriatives
FriedLongJohns 0e27e13
update calculateWithVelocities
FriedLongJohns dbfca96
factor in antiGravitationalAcceleration into drivePeriodic
FriedLongJohns a7a4b9b
add comments to baseSparkXConfig methods
FriedLongJohns 90fc642
remove dummySparkMaxAnswer
FriedLongJohns f140495
fix and apply drive pos/vel constants
FriedLongJohns 9646d2a
bring back sim support
FriedLongJohns 589ae57
update createDummySparkMax
FriedLongJohns c13146d
fix average depth not being gotten correctly
FriedLongJohns bc5e330
put encoder back
FriedLongJohns 32da183
simplify sparkmax factory
FriedLongJohns 7fc3dd2
mae confiogs public
DriverStationComputer 57a5d84
fix sparkflex constructor
FriedLongJohns 08249e9
updated to wpilib 2025.3.2
timtogan 244a436
fixed the creation of spark flexes?
timtogan b4438e8
worked on some rev lib errors
timtogan 755be22
Updated MockedEncoder with rev changes
Niosocket11 0e814d3
Fixed remaining testing issues
Niosocket11 72bdbc8
resolved most comments
timtogan e3b64d2
bump java doc github workflow artifact version
timtogan 8f427ef
Merge branch 'master' into 2025
timtogan ed4d425
replaced @links to setZeroOffset to @code because javadocs can't find…
timtogan fa9f5f8
added ElasticLib
timtogan ef64805
added some documentation for the elastic class
timtogan d330dd5
removed error print statement for sim and uncommented MockSparkMax/Fl…
timtogan 158c96e
Tried adding sim support to CanCoders
timtogan c3bc942
fixed drive config accessor?
timtogan bc7f07d
resolved some comments
timtogan e023ca6
removed some depricated classes/unused imports
timtogan 6b1160d
added sparkConfig, SparkMotorType, MotorControllerType
timtogan a4f37e4
Deprecated Victor controllers and createSparkMax(int, MotorConfig), m…
timtogan 3c24b3c
Revert "Tried adding sim support to CanCoders"
timtogan cf50401
removed some deprecated stuff from MotorErrors, Lib199Subsytem, delet…
timtogan 88c7b6e
made swerverModule work with any neo motor
timtogan c04004c
fix typo
CoolSpy3 f6580af
MotorErrorsTest
timtogan bbe6188
moved Elastic to vendorLibs
timtogan a96b9c8
Merge pull request #113 from DeepBlueRobotics/elastic
timtogan 3d7ceb3
added LimelightHelpers as a vendorLib
timtogan 3c3086e
make javadocs happy
timtogan c24939a
resolved a few comments
timtogan b4d6e0b
resolved more comments
timtogan cf28366
Merge pull request #114 from DeepBlueRobotics/limelight
timtogan 413cbba
made MotorErrorsTest use sparkSimFaultManager
timtogan cc1795d
removed a spark null check and replaced a switch with createConfig()
timtogan 7b2bf1b
added back configAccessor
timtogan b82dd2f
resloved comment
timtogan 374ed92
fixed big oppise
timtogan 54ccade
Completely removed Victor motors as they are not supported anymore an…
timtogan 30e2947
fixed another oppsie
timtogan b8896bb
updated all vendorlibs
timtogan d2a0df1
made a getConfigAccessor method for MotorControllerFactory and made p…
timtogan a62be8b
moved back drive/turnMotorType
timtogan 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "enableCppIntellisense": false, | ||
| "currentLanguage": "java", | ||
| "projectYear": "2024", | ||
| "projectYear": "2025", | ||
| "teamNumber": 199 | ||
| } |
This file contains hidden or 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
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
29 changes: 0 additions & 29 deletions
29
src/main/java/org/carlmontrobotics/lib199/CachedSparkMax.java
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
src/main/java/org/carlmontrobotics/lib199/DummySparkMaxAnswer.java
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.