Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
im stupid but at least ci works
Browse files Browse the repository at this point in the history
  • Loading branch information
carokhan authored Sep 27, 2024
1 parent 6571faf commit a385713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ private void configureButtonBindings() {
m_intake.setRollerVoltage(() -> 0),
m_feeder.setVoltage(() -> 0))).andThen(
Commands.parallel(
m_feeder.setRollerRPM(() -> -1000),
m_feeder.setRPM(() -> -1000),
m_intake.setRollerRPM(() -> -1000),
m_shooter.setRollerRPM(() -> -1000)
m_shooter.setRPM(() -> -1000, 1)
).until(!m_feeder.shooterBeambreakObstructed()).unless(() -> !m_feeder.shooterBeambreakObstructed())
);

Expand Down

0 comments on commit a385713

Please sign in to comment.