-
Notifications
You must be signed in to change notification settings - Fork 0
Finished Robot Code #1
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
# Conflicts: # src/main/kotlin/com/frcteam3636/bunnybots2025/Robot.kt
|
It's a lot of code, I know. Skip over the Choreo library source code for obvious reasons. Only review actual robot code please :) |
Gavin-Niederman
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.
will do second pass in the future, overall except for the one issue and nit LGTM
| Indexer.index(), | ||
| blinkLimelight() | ||
| ).alongWith( | ||
| Commands.sequence( |
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.
make sure that the right commands are repeated
| beforeFirstEnable = true | ||
| // autoCommand = Dashboard.autoChooser.selected | ||
| autoCommand?.schedule() | ||
| if (!RobotState.beforeFirstEnable) |
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.
falsy as fuck
This PR exists so main always has working code that corresponds to the currently built robot. As of right now that's just a Mk5n drivetrain.