We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c361b commit 3b3b4a6Copy full SHA for 3b3b4a6
src/main/java/frc/robot/Robot.java
@@ -17,7 +17,7 @@ public class Robot extends TimedRobot
17
18
19
@Override
20
- public void robotInit() {}
+ public void robotInit() {robotContainer = new RobotContainer();}
21
22
23
0 commit comments