-
Notifications
You must be signed in to change notification settings - Fork 1
Technolib try outs (DO NOT MERGE JUST YET!) #155
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
kevinfrei
wants to merge
11
commits into
migrate-to-90
Choose a base branch
from
technolib-try-outs
base: migrate-to-90
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
Changes from 9 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
4195e2a
Re-enabled all bots, fixed up for TechnoLib 1.3.0
kevinfrei 4ad565a
No more CommandSchedule.getInstance(). Static Methods Unite
kevinfrei ddf4c32
Updated ForTeaching to new TechnoLib API
kevinfrei 87c384c
Removed a bunch of 20403 commands and migrated to method-refs
kevinfrei d7231f3
Removed the last of the useless command classes. I like the new code.
kevinfrei 10e0590
Updated to use the TrajectoryPath helper interface
kevinfrei edcbf77
Inconsequential change for TileMoving
kevinfrei b241d23
Added an unused Vision subsystem Proof-of-concept (no pipeline requir…
kevinfrei ae636c1
Removed the old Vision stuff, migrated to new Vision
kevinfrei 30b0aad
Updated to make all the '::' (methodRef) stuff isolated to a single p…
kevinfrei e1b364a
A few more changes, but nothing new
kevinfrei 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 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
19 changes: 0 additions & 19 deletions
19
.../src/main/java/org/firstinspires/ftc/forteaching/TechnoBot/Commands/CloseClawCommand.java
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...g/src/main/java/org/firstinspires/ftc/forteaching/TechnoBot/Commands/LiftDownCommand.java
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...ing/src/main/java/org/firstinspires/ftc/forteaching/TechnoBot/Commands/LiftUpCommand.java
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...g/src/main/java/org/firstinspires/ftc/forteaching/TechnoBot/Commands/OpenClawCommand.java
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...aching/src/main/java/org/firstinspires/ftc/forteaching/TechnoBot/Commands/Operations.java
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
...in/java/org/firstinspires/ftc/forteaching/TechnoBot/Commands/TestEncodedMotorCommand.java
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
.../src/main/java/org/firstinspires/ftc/forteaching/TechnoBot/Commands/TestMotorCommand.java
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
.../src/main/java/org/firstinspires/ftc/forteaching/TechnoBot/Commands/TestServoCommand.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
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
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.
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.
I like the fact that you got rid of getInstance. I'm not a fan of singletons. However, I cannot find the code reference for CommandScheduler, so my review is very limited
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.
Yeah, the javadoc comments are all you're going to find. I've been slowly trying to get more stuff documented, but it's just me typing when that's what I feel like doing 🤣
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.
BTW: You can find the source (with javadoc comments, as they are) for the custom TechnoLib branch I'm working with here: https://github.com/technototes/TechnoLib/blob/cleanup/RobotLibrary/src/main/java/com/technototes/library/command/CommandScheduler.java