File tree Expand file tree Collapse file tree 3 files changed +2
-68
lines changed
src/main/java/frc/robot/subsystems/algae Expand file tree Collapse file tree 3 files changed +2
-68
lines changed Original file line number Diff line number Diff line change 1- //PING EPICPIGGUY ON DISCORD IF QUESTIONS
2-
31package frc .robot .subsystems .algae ;
42
53import edu .wpi .first .units .measure .AngularVelocity ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- //PING EPICPIGGUY ON DISCORD IF QUESTIONS
2-
3-
41package frc .robot .subsystems .algae ;
52
63import static edu .wpi .first .units .Units .RotationsPerSecond ;
@@ -25,6 +22,7 @@ public class AlgaeSubsystem extends MeasurableSubsystem implements ClosedLoopSpe
2522
2623 private AlgaeStates curState = AlgaeStates .IDLE ;
2724
25+
2826 public AlgaeSubsystem (AlgaeIO io ) {
2927 this .io = io ;
3028 }
@@ -91,7 +89,7 @@ public void periodic() {
9189 case EMPTY -> {
9290 if (inputs .isRevLimitSwitchClosed ) { // FIXME: correct?
9391 hold ();
94- setState (AlgaeStates .HAS_ALGAE );
92+ setState (AlgaeStates .HAS_ALGAE );
9593 }
9694 }
9795 case IDLE -> {}
You can’t perform that action at this time.
0 commit comments