Skip to content

Commit 4b3d340

Browse files
WIP, faster auton
1 parent b02faff commit 4b3d340

File tree

2 files changed

+133
-8
lines changed

2 files changed

+133
-8
lines changed
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
{
2+
"version": "2025.0",
3+
"command": {
4+
"type": "sequential",
5+
"data": {
6+
"commands": [
7+
{
8+
"type": "path",
9+
"data": {
10+
"pathName": "LeftCoralPre1"
11+
}
12+
},
13+
{
14+
"type": "parallel",
15+
"data": {
16+
"commands": [
17+
{
18+
"type": "named",
19+
"data": {
20+
"name": "RAISE_ELEVATOR_L4"
21+
}
22+
},
23+
{
24+
"type": "path",
25+
"data": {
26+
"pathName": "LeftCoral1"
27+
}
28+
}
29+
]
30+
}
31+
},
32+
{
33+
"type": "named",
34+
"data": {
35+
"name": "OUTTAKE_CORAL"
36+
}
37+
},
38+
{
39+
"type": "parallel",
40+
"data": {
41+
"commands": [
42+
{
43+
"type": "path",
44+
"data": {
45+
"pathName": "LeftCoralIntakePre2"
46+
}
47+
},
48+
{
49+
"type": "named",
50+
"data": {
51+
"name": "LOWER_ELEVATOR"
52+
}
53+
}
54+
]
55+
}
56+
},
57+
{
58+
"type": "path",
59+
"data": {
60+
"pathName": "LeftCoralIntake2"
61+
}
62+
},
63+
{
64+
"type": "named",
65+
"data": {
66+
"name": "GET_CORAL"
67+
}
68+
},
69+
{
70+
"type": "path",
71+
"data": {
72+
"pathName": "LeftCoralPre2"
73+
}
74+
},
75+
{
76+
"type": "parallel",
77+
"data": {
78+
"commands": [
79+
{
80+
"type": "named",
81+
"data": {
82+
"name": "RAISE_ELEVATOR_L4"
83+
}
84+
},
85+
{
86+
"type": "path",
87+
"data": {
88+
"pathName": "LeftCoral2"
89+
}
90+
}
91+
]
92+
}
93+
},
94+
{
95+
"type": "named",
96+
"data": {
97+
"name": "OUTTAKE_CORAL"
98+
}
99+
},
100+
{
101+
"type": "parallel",
102+
"data": {
103+
"commands": [
104+
{
105+
"type": "path",
106+
"data": {
107+
"pathName": "LeftCoral2Reverse"
108+
}
109+
},
110+
{
111+
"type": "named",
112+
"data": {
113+
"name": "LOWER_ELEVATOR"
114+
}
115+
}
116+
]
117+
}
118+
}
119+
]
120+
}
121+
},
122+
"resetOdom": true,
123+
"folder": "LeftAutons",
124+
"choreoAuto": false
125+
}

src/main/deploy/pathplanner/paths/LeftCoral2Reverse.path

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
},
99
"prevControl": null,
1010
"nextControl": {
11-
"x": 3.4038829108808333,
12-
"y": 5.5789732859277015
11+
"x": 2.8895057362806864,
12+
"y": 5.708562332187294
1313
},
1414
"isLocked": false,
1515
"linkedName": "Left Coral Post 2"
1616
},
1717
{
1818
"anchor": {
19-
"x": 3.408333333333333,
20-
"y": 5.569949494949494
19+
"x": 1.2535353535353533,
20+
"y": 7.003093434343434
2121
},
2222
"prevControl": {
23-
"x": 3.6808130069872926,
24-
"y": 5.096884123936249
23+
"x": 1.820257574166762,
24+
"y": 6.543201602037102
2525
},
2626
"nextControl": null,
2727
"isLocked": false,
28-
"linkedName": "Left Coral Pre 2"
28+
"linkedName": "Left Source"
2929
}
3030
],
3131
"rotationTargets": [],
@@ -42,7 +42,7 @@
4242
},
4343
"goalEndState": {
4444
"velocity": 0,
45-
"rotation": -59.99999999999999
45+
"rotation": -52.2243156940453
4646
},
4747
"reversed": false,
4848
"folder": "LeftPaths",

0 commit comments

Comments
 (0)