Class Main


  • public final class Main
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)
      Main initialization function.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

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