Package frc.alotobots

Class Main

java.lang.Object
frc.alotobots.Main

public final class Main extends Object
The Main class serves as the entry point for the robot program. This class should not be modified except to change the parameter class in the startRobot call. No static variables or initialization should be added.
  • Method Details

    • main

      public static void main(String... args)
      Main initialization method that starts the robot code. Do not perform any robot initialization here. All robot initialization should be done in the Robot class.
      Parameters:
      args - Command line arguments (unused)