Skip to content

Commit

Permalink
rename stopCommand to not cause error with pieceControl
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Hamilton <a.hamilton72006@gmail.com>
  • Loading branch information
PatribotsProgramming and GalexY727 committed Jan 24, 2024
1 parent c56d916 commit 2a34c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/Indexer.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public Command toTrap() {
return setSpeedCommand(IntakeConstants.TRAP_TRIGGER_WHEEL_SPEED);
}

public Command stopCommand() {
public Command stop() {
return setSpeedCommand(IntakeConstants.STOP_SPEED);
}
}

0 comments on commit 2a34c67

Please sign in to comment.