Skip to content

Commit 4f12677

Browse files
committed
Auton change that needs testing
1 parent 9aacb5e commit 4f12677

1 file changed

Lines changed: 42 additions & 23 deletions

File tree

src/main/deploy/pathplanner/autos/Process.auto

Lines changed: 42 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,7 @@
3030
}
3131
},
3232
{
33-
"type": "named",
34-
"data": {
35-
"name": "LocalAlign"
36-
}
37-
},
38-
{
39-
"type": "named",
40-
"data": {
41-
"name": "WaitForPreset"
42-
}
43-
},
44-
{
45-
"type": "named",
46-
"data": {
47-
"name": "AutoReef"
48-
}
49-
},
50-
{
51-
"type": "sequential",
33+
"type": "deadline",
5234
"data": {
5335
"commands": [
5436
{
@@ -58,13 +40,19 @@
5840
{
5941
"type": "named",
6042
"data": {
61-
"name": "SetModeAlgae"
43+
"name": "LocalAlign"
44+
}
45+
},
46+
{
47+
"type": "named",
48+
"data": {
49+
"name": "PassiveWaitForPreset"
6250
}
6351
},
6452
{
6553
"type": "named",
6654
"data": {
67-
"name": "SetupL2"
55+
"name": "AutoReefNoLift"
6856
}
6957
}
7058
]
@@ -73,16 +61,47 @@
7361
{
7462
"type": "named",
7563
"data": {
76-
"name": "WaitForPreset"
64+
"name": "RunToPresetProxy"
7765
}
7866
}
7967
]
8068
}
8169
},
70+
{
71+
"type": "sequential",
72+
"data": {
73+
"commands": [
74+
{
75+
"type": "named",
76+
"data": {
77+
"name": "SetModeAlgae"
78+
}
79+
},
80+
{
81+
"type": "named",
82+
"data": {
83+
"name": "SetupL2"
84+
}
85+
}
86+
]
87+
}
88+
},
89+
{
90+
"type": "named",
91+
"data": {
92+
"name": "RunToPresetProxy"
93+
}
94+
},
95+
{
96+
"type": "named",
97+
"data": {
98+
"name": "PassiveWaitForPreset"
99+
}
100+
},
82101
{
83102
"type": "named",
84103
"data": {
85-
"name": "AutoReef"
104+
"name": "AutoReefNoLift"
86105
}
87106
},
88107
{

0 commit comments

Comments
 (0)