We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a3379 commit 3e3ec37Copy full SHA for 3e3ec37
src/main/java/frc/robot/RobotContainer.java
@@ -745,18 +745,6 @@ private void configurePitImportantDashboard() {
745
intakeSubsystem, driveSubsystem, armSubsystem))
746
.withPosition(2, 1);
747
pitImportantTab.add("LockZero", new LockZeroCommand(driveSubsystem)).withPosition(1, 0);
748
- pitImportantTab
749
- .add(
750
- "HealthCheck",
751
- new ShuffleBoardHealthCheckCommandGroup(
752
- elbowSubsystem,
753
- shoulderSubsystem,
754
- elevatorSubsystem,
755
- handSubsystem,
756
- driveSubsystem,
757
- intakeSubsystem,
758
- armSubsystem))
759
- .withPosition(3, 1);
760
761
pitImportantTab
762
.add(
0 commit comments