Skip to content

Commit 31d7b7c

Browse files
committed
3,2,1 Coral Auton
1 parent 9ad5784 commit 31d7b7c

22 files changed

+657
-15
lines changed

src/main/deploy/pathplanner/autos/1CoralLeftAuto.auto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
}
1515
},
1616
"resetOdom": true,
17-
"folder": null,
17+
"folder": "LeftAutons",
1818
"choreoAuto": false
1919
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"version": "2025.0",
3+
"command": {
4+
"type": "sequential",
5+
"data": {
6+
"commands": [
7+
{
8+
"type": "path",
9+
"data": {
10+
"pathName": "MiddleCoral1"
11+
}
12+
}
13+
]
14+
}
15+
},
16+
"resetOdom": true,
17+
"folder": "MiddleAutons",
18+
"choreoAuto": false
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"version": "2025.0",
3+
"command": {
4+
"type": "sequential",
5+
"data": {
6+
"commands": [
7+
{
8+
"type": "path",
9+
"data": {
10+
"pathName": "RightCoral1"
11+
}
12+
}
13+
]
14+
}
15+
},
16+
"resetOdom": true,
17+
"folder": "RightAutons",
18+
"choreoAuto": false
19+
}

src/main/deploy/pathplanner/autos/2CoralLeftAuto.auto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
}
2727
},
2828
"resetOdom": true,
29-
"folder": null,
29+
"folder": "LeftAutons",
3030
"choreoAuto": false
3131
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"version": "2025.0",
3+
"command": {
4+
"type": "sequential",
5+
"data": {
6+
"commands": [
7+
{
8+
"type": "path",
9+
"data": {
10+
"pathName": "MiddleCoral1"
11+
}
12+
},
13+
{
14+
"type": "path",
15+
"data": {
16+
"pathName": "CoralHPIntakeMiddle2"
17+
}
18+
},
19+
{
20+
"type": "path",
21+
"data": {
22+
"pathName": "CoralHPOuttakeLeft2"
23+
}
24+
}
25+
]
26+
}
27+
},
28+
"resetOdom": true,
29+
"folder": "MiddleAutons",
30+
"choreoAuto": false
31+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"version": "2025.0",
3+
"command": {
4+
"type": "sequential",
5+
"data": {
6+
"commands": [
7+
{
8+
"type": "path",
9+
"data": {
10+
"pathName": "RightCoral1"
11+
}
12+
},
13+
{
14+
"type": "path",
15+
"data": {
16+
"pathName": "CoralHPIntakeRight2"
17+
}
18+
},
19+
{
20+
"type": "path",
21+
"data": {
22+
"pathName": "CoralHPOuttakeRight2"
23+
}
24+
}
25+
]
26+
}
27+
},
28+
"resetOdom": true,
29+
"folder": "RightAutons",
30+
"choreoAuto": false
31+
}

src/main/deploy/pathplanner/autos/3CoralLeftAuto.auto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
}
3939
},
4040
"resetOdom": true,
41-
"folder": null,
41+
"folder": "LeftAutons",
4242
"choreoAuto": false
4343
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"version": "2025.0",
3+
"command": {
4+
"type": "sequential",
5+
"data": {
6+
"commands": [
7+
{
8+
"type": "path",
9+
"data": {
10+
"pathName": "MiddleCoral1"
11+
}
12+
},
13+
{
14+
"type": "path",
15+
"data": {
16+
"pathName": "CoralHPIntakeMiddle2"
17+
}
18+
},
19+
{
20+
"type": "path",
21+
"data": {
22+
"pathName": "CoralHPOuttakeLeft2"
23+
}
24+
},
25+
{
26+
"type": "path",
27+
"data": {
28+
"pathName": "CoralHPIntakeLeft3"
29+
}
30+
},
31+
{
32+
"type": "path",
33+
"data": {
34+
"pathName": "CoralHPOuttakeLeft3"
35+
}
36+
}
37+
]
38+
}
39+
},
40+
"resetOdom": true,
41+
"folder": "MiddleAutons",
42+
"choreoAuto": false
43+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"version": "2025.0",
3+
"command": {
4+
"type": "sequential",
5+
"data": {
6+
"commands": [
7+
{
8+
"type": "path",
9+
"data": {
10+
"pathName": "RightCoral1"
11+
}
12+
},
13+
{
14+
"type": "path",
15+
"data": {
16+
"pathName": "CoralHPIntakeRight2"
17+
}
18+
},
19+
{
20+
"type": "path",
21+
"data": {
22+
"pathName": "CoralHPOuttakeRight2"
23+
}
24+
},
25+
{
26+
"type": "path",
27+
"data": {
28+
"pathName": "CoralHPIntakeRight3"
29+
}
30+
},
31+
{
32+
"type": "path",
33+
"data": {
34+
"pathName": "CoralHPOuttakeRight3"
35+
}
36+
}
37+
]
38+
}
39+
},
40+
"resetOdom": true,
41+
"folder": "RightAutons",
42+
"choreoAuto": false
43+
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
},
6262
"goalEndState": {
6363
"velocity": 0,
64-
"rotation": -51.679886063222504
64+
"rotation": -52.50000000000001
6565
},
6666
"reversed": false,
67-
"folder": "New Folder",
67+
"folder": "LeftPaths",
6868
"idealStartingState": {
6969
"velocity": 0,
70-
"rotation": -121.3556735657932
70+
"rotation": -119.99999999999999
7171
},
7272
"useDefaultConstraints": false
7373
}

0 commit comments

Comments
 (0)