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.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal CommandXboxControllerfinal CommandXboxControllerfinal CommandXboxControllerfinal CommandXboxController -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRuns during disabledvoidperiodic()Runs once per 0.02 seconds after subsystems and commands.
-
Field Details
-
driver
-
operator
-
tuner
-
pit
-
-
Constructor Details
-
RobotContainer
Robot Container- Parameters:
runtimeType- Run type
-
-
Method Details
-
periodic
public void periodic()Runs once per 0.02 seconds after subsystems and commands. -
disabledPeriodic
public void disabledPeriodic()Runs during disabled
-