File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616import edu .wpi .first .wpilibj .smartdashboard .SendableChooser ;
1717import edu .wpi .first .wpilibj .smartdashboard .SmartDashboard ;
1818import edu .wpi .first .wpilibj2 .command .Command ;
19- import edu .wpi .first .wpilibj2 .command .InstantCommand ;
2019import edu .wpi .first .wpilibj2 .command .button .CommandXboxController ;
2120import edu .wpi .first .wpilibj2 .command .button .RobotModeTriggers ;
2221import edu .wpi .first .wpilibj2 .command .button .Trigger ;
@@ -107,8 +106,8 @@ public void teleopInit() {
107106 }
108107
109108 private void configureBindings () {
110- leds .setDefaultCommand (
111- new InstantCommand (() -> leds .updateLedsCommand (LedSubsystem .LedState .IDLE )));
109+ // leds.setDefaultCommand(
110+ // new InstantCommand(() -> leds.updateLedsCommand(LedSubsystem.LedState.IDLE)));
112111 armSubsystem .setDefaultCommand (new ArmToAngleCmd (0.0 , armSubsystem ));
113112 elevatorSubsystem .setDefaultCommand (new DefaultElevator (elevatorSubsystem ));
114113
You can’t perform that action at this time.
0 commit comments