Skip to content

Commit

Permalink
Add autoBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Liammurray19 committed Feb 8, 2025
1 parent f5abea9 commit 7e8bb5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import edu.wpi.first.networktables.NetworkTableInstance;
import edu.wpi.first.wpilibj.DriverStation;
import edu.wpi.first.wpilibj.smartdashboard.SendableChooser;
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
import edu.wpi.first.wpilibj2.command.Command;
import edu.wpi.first.wpilibj2.command.Commands;
import frc.robot.maps.RobotMap;
Expand Down Expand Up @@ -154,7 +155,7 @@ public void configureButtonBindings() {

@Override
public void populateDashboard() {

SmartDashboard.putData("AutoChooser", autoChooser);
}

/**
Expand Down

0 comments on commit 7e8bb5e

Please sign in to comment.