-
Notifications
You must be signed in to change notification settings - Fork 0
Added Intake Subsystem #22
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
Conversation
ngarnsworthy
left a comment
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.
Your code looks good you just need to complete these tasks. Also after you merge #17 update the README.md.
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/commands/RunIntake.java
Outdated
Show resolved
Hide resolved
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.
Get Nate to approve #17 and then rebase this branch against main and move all magic values (I.E. 1, "intakeMotor") to the Constants class.
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.
This has not been done or you have failed to push
| intake = new Intake(hardwareMap, "intakeMotor"); | ||
|
|
||
| coOp.getGamepadButton(GamepadKeys.Button.A).whileHeld(new RunShooter(shooter, 1)); | ||
| coOp.getGamepadButton(GamepadKeys.Button.B).whileHeld(new RunIntake(intake, 0.5)); |
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.
Also add this functionality to BackupOpMode (needs aforementioned merge and rebase).
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.
You have not done this. If you resolve a comment without a fix comment as to why you are resolving
Removed isFinished method from RunIntake command as it is default
ngarnsworthy
left a comment
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.
You only fixed one of my comments
|
I made a new branch from the new formatting and got it correct, but didnt create a pull request. I’ll do that when I can. |
|
Ok you can close this MR then |
No description provided.