Package frc.robot

Class Main

java.lang.Object
frc.robot.Main

public final class Main extends Object
Robot initialization class that starts the robot code execution. This class serves as the entry point for the robot program and handles the initialization of the robot runtime.

This class should not be modified except to change the Robot class passed to startRobot. Any robot-specific initialization or configuration should be done in the Robot class.

The main method is called by the JVM and initializes the WPILib framework, which then manages the robot's execution lifecycle.

  • Method Details

    • main

      public static void main(String... args)
      Main initialization function. Do not perform any initialization here.

      If you change your main robot class, change the parameter type.

      Parameters:
      args - command line arguments (not used)