Skip to content

Commit 362202b

Browse files
L9-bmsLucienMorey
authored andcommitted
change centre path to go centre, right, then left
1 parent ad2a5b1 commit 362202b

File tree

5 files changed

+418
-5
lines changed

5 files changed

+418
-5
lines changed

autonomous/multi_algae_auto.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33

44
class CentreAuto(AutoBase):
5-
MODE_NAME = "Centre F>EF>GH>IJ"
5+
MODE_NAME = "Centre F>GH>IJ>EF"
66

77
def __init__(self):
88
super().__init__(
99
[
10-
"StartToBranchF",
11-
"BranchFToAlgaeEF",
12-
"AlgaeEFToShoot",
13-
"ShootToAlgaeGH",
10+
"StartToBranchG",
11+
"BranchGToAlgaeGH",
1412
"AlgaeGHToShoot",
1513
"ShootToAlgaeIJ",
1614
"AlgaeIJToShoot",
15+
"ShootToAlgaeEF",
16+
"AlgaeEFToShoot",
1717
]
1818
)
1919

0 commit comments

Comments
 (0)