File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/main/java/frc/team2767/deepspace/subsystem/safety Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ private IntakePosition intakeLimit(
117117 case BISCUIT_120R_180R :
118118 case BISCUIT_180L :
119119 case BISCUIT_180R :
120+ case BISCUIT_360 :
120121 intakeLimit = INTAKE_STOW ;
121122 break ;
122123 }
@@ -137,6 +138,7 @@ private IntakePosition intakeLimit(
137138 case BISCUIT_120R_180R :
138139 case BISCUIT_180L :
139140 case BISCUIT_180R :
141+ case BISCUIT_360 :
140142 intakeLimit = INTAKE_STOW ;
141143 break ;
142144 }
@@ -172,6 +174,7 @@ private ElevatorPosition elevatorLimit(
172174 case BISCUIT_120R :
173175 case BISCUIT_120L_180L :
174176 case BISCUIT_120R_180R :
177+ case BISCUIT_360 :
175178 elevatorPosition = ELEVATOR_21 ;
176179 break ;
177180 }
@@ -195,6 +198,7 @@ private ElevatorPosition elevatorLimit(
195198 case BISCUIT_120R_180R :
196199 case BISCUIT_120L :
197200 case BISCUIT_120R :
201+ case BISCUIT_360 :
198202 elevatorPosition = ELEVATOR_21 ;
199203 break ;
200204 }
You can’t perform that action at this time.
0 commit comments