2023 Drive base
 
Loading...
Searching...
No Matches
frc.robot.Main Class Reference

Do NOT add any static variables to this class, or any initialization at all. More...

Static Public Member Functions

static void main (String... args)
 Main initialization function.
 

Private Member Functions

 Main ()
 

Detailed Description

Do NOT add any static variables to this class, or any initialization at all.

Unless you know what you are doing, do not modify this file except to change the parameter class to the startRobot call.

Definition at line 14 of file Main.java.

Constructor & Destructor Documentation

◆ Main()

frc.robot.Main.Main ( )
private

Definition at line 15 of file Main.java.

15{}

Member Function Documentation

◆ main()

static void frc.robot.Main.main ( String...  args)
static

Main initialization function.

Do not perform any initialization here.

If you change your main robot class, change the parameter type.

Definition at line 22 of file Main.java.

22 {
23 RobotBase.startRobot(Robot::new);
24 }

The documentation for this class was generated from the following file: