RobotContainer

public final class RobotContainer

This class is where the bulk of the robot should be declared. Since Command-based is a "declarative" paradigm, very little robot logic should actually be handled in the Robot periodic methods (other than the scheduler calls). Instead, the structure of the robot (including subsystems, commands, and trigger mappings) should be declared here.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
private final Command autonomousCommand
Link copied to clipboard
private LoggedDashboardChooser<Command> networkChooser
Link copied to clipboard
private final XboxController pad

Functions

Link copied to clipboard
public final Command getAutonomousCommand()
Link copied to clipboard
public final LoggedDashboardChooser<Command> getNetworkChooser()
Link copied to clipboard
public final XboxController getPad()
Link copied to clipboard
public final Unit setNetworkChooser(LoggedDashboardChooser<Command> value)