Merged
Conversation
…ings, regenerated all paths with those settings, and removed outdated and unused 2026.chor file.
- Add Feeder.getSpinForwardCommand() and getReverseCommand() with proper stop() end actions, replacing inline startEnd constructions throughout - Lift drive/feeder/intake to AutoMode base class; add shakeAndFeed() helper replacing the copy-pasted parallel shake+feed block in every .done() trigger across all 8 autos - Move AutoRoutine/AutoTrajectory field initializers into constructors as final fields (removes fragile super.getAutoFactory() initializers) - Remove dead hopper comments from all auto files - Drop unused launcher field from MoveFirst autos - Fix R_LeftTrenchAuto: Commands.runOnce(drive::stop) was missing the drive subsystem requirement - Use Feeder command factories in Robot.java teleop operator bindings and createDesaturateAndShootCommand Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add DriveCommands.getStopCommand(drive) factory and expose it via AutoMode.stopDrive(). Replace all inline Commands.runOnce(drive::stop, drive) calls in the 8 auto routines with stopDrive(). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
bff682b to
3e3e54e
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.