Package frc.robot


package frc.robot
Root package for the FRC Team 4533 (Phoenix) robot code. Contains the main robot structure and entry points.
  • Class
    Description
    Defines constants for the robot's physical dimensions, game field layout, and AdvantageKit operating mode.
    Defines the three possible runtime modes for AdvantageKit.
    Do NOT add any static variables to this class, or any initialization at all.
    The VM is configured to automatically run this class, and to call the functions corresponding to each mode, as described in the TimedRobot documentation.
    Declares the robot's subsystems, operator interface devices, and command bindings.
    The Superstructure subsystem acts as an orchestrator for the robot's secondary systems.