-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat(drivebase, intake, shooter, container, constants, calibration): … #65
Conversation
…remove setting by voltage, disable setting of Spark Max parameters in code, limit max speed of swerve, calibrate swerve modules, restructure deploy directory, change controller button and joystick bindings, add new commands for intake, shooter, and drivebase
This code has been tested and used on the real robot. |
I will review once off the plane :P |
🫵 plane girl |
…for field constants Signed-off-by: gaming <[email protected]>
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.
overall I really like these changes :D, just need to fix my nitpicks about comments
src/main/java/frc/robot/subsystems/intake/IntakeIOSparkMax.java
Outdated
Show resolved
Hide resolved
src/main/java/frc/robot/subsystems/shooter/ShooterIOSparkFlex.java
Outdated
Show resolved
Hide resolved
for future reference, you don't need to be this granular with commit messages/pull request titles (just use |
…remove setting by voltage, disable setting of Spark Max parameters in code, limit max speed of swerve, calibrate swerve modules, restructure deploy directory, change controller button and joystick bindings, add new commands for intake, shooter, and drivebase
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
@TheGamer1002 can you fix the merge conflicts |
…remove setting by voltage, disable setting of Spark Max parameters in code, limit max speed of swerve, calibrate swerve modules, restructure deploy directory, change controller button and joystick bindings, add new commands for intake, shooter, and drivebase