Package frc.robot
Class RobotContainer
java.lang.Object
frc.robot.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 button mappings) should be declared here.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the user's selected autonomous command.
-
Constructor Details
-
RobotContainer
The container for the robot. Contains subsystems, OI devices, and commands.
-
-
Method Details
-
getAutonomousCommand
Gets the user's selected autonomous command.- Returns:
- Returns autonomous command selected.
-