Class Main

java.lang.Object
org.wildstang.sample.robot.Main

public final class Main extends Object
Do NOT modify this file. This is the main class as defined in build.gradle. All robot code execution starts here by calling Main.main().
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String... args)
      Main initialization function. The TimedRobot defined in Robot.java is started from here.
      Parameters:
      args - No arguments are expected.