Package org.wildstang.sample.robot
Class Main
java.lang.Object
org.wildstang.sample.robot.Main
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 -
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
Main initialization function. The TimedRobot defined in Robot.java is started from here.- Parameters:
args- No arguments are expected.
-