Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 0a1e8d8

Browse files
author
xavier
committed
worked
1 parent 0801aea commit 0a1e8d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/team766/robot/rookie_bot/AutonomousModes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public class AutonomousModes {
1717
new AutonomousMode("DoNothing", () -> new DoNothing()),
1818
new AutonomousMode("DriveStraight", () -> new DriveStraight()),
1919
new AutonomousMode("DriveinaSquare", () -> new DriveinaSquare()),
20+
new AutonomousMode("Auton", () -> new DriveinaSquare())
2021
};
2122

2223
}

0 commit comments

Comments
 (0)