Skip to content

Commit 3e3ec37

Browse files
committed
remove duplicate healthcheck button
1 parent 52a3379 commit 3e3ec37

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/main/java/frc/robot/RobotContainer.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -745,18 +745,6 @@ private void configurePitImportantDashboard() {
745745
intakeSubsystem, driveSubsystem, armSubsystem))
746746
.withPosition(2, 1);
747747
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);
760748

761749
pitImportantTab
762750
.add(

0 commit comments

Comments
 (0)