Skip to content

add intake shake command#160

Merged
nlaverdure merged 20 commits intomainfrom
AutoDevelopmentAgain
Mar 19, 2026
Merged

add intake shake command#160
nlaverdure merged 20 commits intomainfrom
AutoDevelopmentAgain

Conversation

@DylanTaylor29
Copy link
Contributor

No description provided.

DylanTaylor29 and others added 14 commits March 12, 2026 18:28
…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>
@nlaverdure nlaverdure merged commit 18809c5 into main Mar 19, 2026
2 checks passed
@nlaverdure nlaverdure deleted the AutoDevelopmentAgain branch March 19, 2026 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants