Skip to content

Commit

Permalink
Remove duplicate controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
HoodieRocks committed Jan 6, 2024
1 parent 2097e1b commit a83c58e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ private class Controller {
public static final CommandController operator = new CommandController(1);
}

/* Setting up bindings for necessary control of the swerve drive platform */
CommandController driver = new CommandController(0); // Driver Controller
CommandController operator = new CommandController(1); // Operator Controller

private final LEDSubsystem ledSubsystem;
private final IntakeSubsystem intakeSubsystem;

Expand Down

0 comments on commit a83c58e

Please sign in to comment.