Skip to content

Commit 55a4d80

Browse files
committed
comment out score over coral
1 parent ea25f4b commit 55a4d80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/java/frc/robot/subsystems/robotState/RobotStateSubsystem.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)