Package frc.robot
Class RebuiltDashboard
java.lang.Object
frc.robot.RebuiltDashboard
Class which sets up driver station dashboard ? based heavily off of BC's code
-
Constructor Summary
ConstructorsConstructorDescriptionRebuiltDashboard(CommandSwerveDrivetrain commandSwerveDrivetrain, RobotContainer robotContainer) Constructor for dashboard -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureAutoBuilder(DriverStation.Alliance alliance) Documentation by BC Configures the auto builder using the drivetrain subsystem.
-
Constructor Details
-
RebuiltDashboard
public RebuiltDashboard(CommandSwerveDrivetrain commandSwerveDrivetrain, RobotContainer robotContainer) Constructor for dashboard- Parameters:
commandSwerveDrivetrain-robotContainer-
-
-
Method Details
-
configureAutoBuilder
Documentation by BC 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.
-