Package frc.robot

Class RebuiltDashboard

java.lang.Object
frc.robot.RebuiltDashboard

public class RebuiltDashboard extends Object
Class which sets up driver station dashboard ? based heavily off of BC's code
  • Constructor Details

    • RebuiltDashboard

      public RebuiltDashboard(CommandSwerveDrivetrain commandSwerveDrivetrain, RobotContainer robotContainer)
      Constructor for dashboard
      Parameters:
      commandSwerveDrivetrain -
      robotContainer -
  • Method Details

    • configureAutoBuilder

      public void configureAutoBuilder(DriverStation.Alliance alliance)
      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.