-
Notifications
You must be signed in to change notification settings - Fork 13
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
Rumble to Intake #71
Rumble to Intake #71
Conversation
driver controller rumbles when feeder sensor senses note and intake stops
src/main/java/frc/team2412/robot/commands/intake/AllInCommand.java
Outdated
Show resolved
Hide resolved
addressing comments by adding AllInRumbleCommand
src/main/java/frc/team2412/robot/commands/intake/AllInRumbleCommand.java
Outdated
Show resolved
Hide resolved
intaking without sensors for auto usage
src/main/java/frc/team2412/robot/commands/intake/AllInRumbleCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/frc/team2412/robot/commands/intake/AllInCommand.java
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
ignore this actually
All rollers reject after intake sensor logic and we included rumble through different stages
no rumbling during auto
src/main/java/frc/team2412/robot/commands/intake/AllInCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/frc/team2412/robot/commands/intake/AllInCommand.java
Outdated
Show resolved
Hide resolved
rumble debugging- rumbles during auto (will fix that later), increased rumble time, rumble to both controllers
src/main/java/frc/team2412/robot/commands/intake/AllInCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/frc/team2412/robot/commands/intake/AllInCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/frc/team2412/robot/subsystems/IntakeSubsystem.java
Outdated
Show resolved
Hide resolved
added intake sensors to shuffleboard, removed intake back sensor, changed motor configuration and stopped continuous rumbling
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.
Approving to have a baseline before robot testing.
Note that the rumbled variables like rumbledIntakeFront
aren't reset back to false
once the command ends, so the controller will only rumble the first time the robot intakes a note on a given side. That can be fixed in a later PR though.
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.
LGTM
src/main/java/frc/team2412/robot/subsystems/IntakeSubsystem.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.
Let's get this in so we can merge with ingest disable code.
@Yumnah2 - I pushed commits to resolve the merge conflicts & autofix the spotless syntax updates |
No description provided.