File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/main/java/frc/robot/subsystems/robotState Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -857,7 +857,7 @@ public void periodic() {
857857 toReefAlign (false , false );
858858 break ;
859859 }
860-
860+ /*
861861 if (isAutoPlacing
862862 && !reefCoralStuckFixable
863863 && (tagAlignSubsystem.getState() == TagAlignSubsystem.TagAlignStates.TAG_ALIGN
@@ -903,17 +903,17 @@ public void periodic() {
903903 if (!tagAlignSubsystem.isAligned()) {
904904 stuckAndMisaligned = true;
905905 }
906- }
906+ } */
907907
908908 if ((isAutoPlacing
909909 && (tagAlignSubsystem .getState () == TagAlignSubsystem .TagAlignStates .DONE
910- || reefCoralStuckFixable
911- && tagAlignSubsystem .isAligned ()
912- && scoringLevel != ScoringLevel .L4 )
910+ /* || reefCoralStuckFixable
911+ && tagAlignSubsystem.isAligned()
912+ && scoringLevel != ScoringLevel.L4*/ )
913913 && elevatorSubsystem .isFinished ())
914914 || (isAuto && isAutoReadyForEject )) {
915915 toPlaceCoral ();
916- tagAlignSubsystem .terminate ();
916+ // tagAlignSubsystem.terminate();
917917 isAutoReadyForEject = false ;
918918 reefCoralStuckFixable = false ;
919919 }
You can’t perform that action at this time.
0 commit comments