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

Commit 0bd34d6

Browse files
authored
Corrected Right Scripts
left scripts to be corrected
1 parent 2704c04 commit 0bd34d6

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

AAAScripts/scripts.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RxxE:
4444

4545
#Switch and Scale
4646
RRRx:
47-
moveto (0, 128.4) (-41.4, 128.4) 90 #Drive directly forward then turn into switch
47+
moveto (0, 128.4) (-41.4, 128.4) -90 #Drive directly forward then turn into switch
4848
switch
4949
moveto (0, 128.4) #Back out from switch
5050
moveto (0, 80.4) (-9, 80.4) #Drive toward cubes
@@ -54,7 +54,7 @@ RRRx:
5454
scale
5555

5656
RRLx:
57-
moveto (0, 128.4) (-41.4, 128.4) 90 #Drive directly forward then turn into switch
57+
moveto (0, 128.4) (-41.4, 128.4) -90 #Drive directly forward then turn into switch
5858
switch
5959
moveto (0, 128.4) #Back out from switch
6060
moveto (0, 80.4) (-9, 80.4) -90 #Drive toward cubes
@@ -74,7 +74,7 @@ RLRx:
7474
switch
7575

7676
RLLx:
77-
moveto (0, 188.4) (-210.6,188.4) (-210.6, 128.4) (-186.6, 128.4) -90 #Curve around switch and then "ram" into switch
77+
moveto (0, 188.4) (-210.6,188.4) (-210.6, 128.4) (-186.6, 128.4) 90 #Curve around switch and then "ram" into switch
7878
switch
7979
moveto (-246.6, 128.4) #Back out from switch
8080
moveto (-246.6, 80.4) (-144, 80.4) #Drive toward cubes
@@ -87,17 +87,16 @@ RLLx:
8787

8888
#Switch and Exchange
8989
RRxE:
90-
moveto (0, 128.4) (-41.4, 128.4) 90 #Drive directly forward then turn into switch
90+
moveto (0, 128.4) (-41.4, 128.4) -90 #Drive directly forward then turn into switch
9191
switch
92-
moveto (-192, 128.4) #Back out from switch
93-
moveto (-192, 80.4) (-144, 80.4) #Drive toward cubes
94-
#intake
92+
moveto (0, 128.4) (0,80.4) (-144, 80.4) #Back out from switch
93+
intake
9594
moveto (0, 80.4) #Back out from cubes
96-
moveto (0, 188.4) (-210.6, 188.4) (-210.6, 44.4) (-123.6, 44.4) (-123.6, -39.6) 180 #Curve around switch for baseline #then go to
95+
moveto (0, 188.4) (-210.6, 188.4) (-210.6, 44.4) (-123.6, 44.4) 180 #Curve around switch for baseline #then go to
9796
exchange
9897

9998
RLxE:
100-
moveto (0, 188.4) (-210.6,188.4) (-210.6, 128.4) (-186.6, 128.4) 180 #Curve around switch and then "ram" into switch
99+
moveto (0, 188.4) (-210.6,188.4) (-210.6, 128.4) (-186.6, 128.4) 90 #Curve around switch and then "ram" into switch
101100
switch
102101
moveto (-246.6, 128.4) #Back out from switch
103102
moveto (-246.6, 80.4) (-12, 80.4) #Drive toward cubes

0 commit comments

Comments
 (0)