Package frc.robot
Class Dashboard
java.lang.Object
frc.robot.Dashboard
A class that sets up the driverstation dashboard for the robot.
-
Constructor Summary
ConstructorsConstructorDescriptionDashboard
(Drivetrain drivetrain, RobotContainer robotContainer) Creates a new Dashboard. -
Method Summary
Modifier and TypeMethodDescriptionvoid
configureAutoBuilder
(DriverStation.Alliance alliance) Configures the auto builder using the drivetrain subsystem.
-
Constructor Details
-
Dashboard
Creates a new Dashboard.
-
-
Method Details
-
configureAutoBuilder
Configures the auto builder using the drivetrain subsystem. Also sets up the auto chooser on the dashboard.- Parameters:
alliance
- The alliance to configure the auto builder for.
-