Skip to content

Commit

Permalink
test sync oh nooo
Browse files Browse the repository at this point in the history
  • Loading branch information
v1x2 committed Oct 30, 2024
1 parent f88a299 commit f321af8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/frc/team5115/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,10 @@ public class RobotContainer {
private final Feeder feeder;
private final Shooter shooter;
private final Climber climber;

// test
// Controller
private final CommandXboxController joyDrive = new CommandXboxController(0);
private final CommandXboxController joyManip = new CommandXboxController(1);

// Dashboard inputs
private final LoggedDashboardChooser<Command> autoChooser;

Expand Down

0 comments on commit f321af8

Please sign in to comment.