Skip to content

Commit

Permalink
fix: made indexer not listed as a controller
Browse files Browse the repository at this point in the history
  • Loading branch information
AdleyJ committed Feb 2, 2024
1 parent 08023a3 commit 3195a97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/team1540/robot2024/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ public class RobotContainer {
// Subsystems
public final Drivetrain drivetrain;
public final Shooter shooter;
public final Indexer indexer;

// Controller
public final CommandXboxController driver = new CommandXboxController(0);
public final CommandXboxController copilot = new CommandXboxController(1);
public final Indexer indexer;


// Dashboard inputs
public final LoggedDashboardChooser<Command> autoChooser;
Expand Down

0 comments on commit 3195a97

Please sign in to comment.