Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 21733c1

Browse files
committed
make switch autos safer
since we're already breaking the plane by a good amount, we'll just move back 2-3 inches so that we don't run into the switch and never complete PIDMove and not eject the cube
1 parent 9772cbc commit 21733c1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

AAAScripts/scripts.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ moveto (0,120) #Drive past auto line
88
#Switch
99
RRxx:
1010
moveto (0,148) -90
11-
switch 17
11+
switch 14
1212

1313
RLxx:
1414
move 56
@@ -76,7 +76,7 @@ moveto (0, 120) #Drive past auto line
7676
#Switch
7777
LLxx:
7878
moveto (0,148) 90
79-
switch 17
79+
switch 14
8080

8181
LRxx:
8282
move 56
@@ -142,11 +142,11 @@ moveto (0, 12) (40, 88)
142142
# Switch
143143
CRxx:
144144
moveto (0,15) (50,80) 0
145-
switch 18
145+
switch 16
146146

147147
CLxx:
148148
moveto (0,15) (-60,80) 0
149-
switch 18
149+
switch 16
150150

151151

152152
# Switch and Exchange

0 commit comments

Comments
 (0)