Main Class
The entry point class for the robot program. This class contains the main method that starts the robot code execution.
Purpose
The Main class serves as the program entry point and: - Starts the robot code execution - Configures the robot base class - Prevents any premature initialization
Configuration Required
No configuration is required. This class should not be modified except to change the robot class type in the startRobot call if necessary.
Dependencies
- Robot - The main robot class that is started by Main
JavaDoc Reference
Complete documentation can be found here