Skip to content

Commit

Permalink
Auto Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-H3467 committed Feb 22, 2025
1 parent be9e71d commit 808ab8b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 57 deletions.
46 changes: 16 additions & 30 deletions src/main/deploy/pathplanner/autos/3 Piece Left.auto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
{
"type": "deadline",
"type": "sequential",
"data": {
"commands": [
{
Expand Down Expand Up @@ -63,25 +63,18 @@
"data": {
"name": "IntakeCoral"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "TopSource-K"
}
}
]
}
}
]
}
},
{
"type": "deadline",
"type": "path",
"data": {
"pathName": "TopSource-K"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
Expand Down Expand Up @@ -133,25 +126,18 @@
"data": {
"name": "IntakeCoral"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "TopSource-L"
}
}
]
}
}
]
}
},
{
"type": "deadline",
"type": "path",
"data": {
"pathName": "TopSource-L"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
Expand Down Expand Up @@ -179,6 +165,6 @@
}
},
"resetOdom": true,
"folder": "Week1",
"folder": null,
"choreoAuto": false
}
40 changes: 13 additions & 27 deletions src/main/deploy/pathplanner/autos/3 Piece Right.auto
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,16 @@
"data": {
"name": "IntakeCoral"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "SourceTop-D"
}
}
]
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "SourceTop-D"
}
},
{
"type": "sequential",
"data": {
Expand Down Expand Up @@ -133,23 +126,16 @@
"data": {
"name": "IntakeCoral"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "SourceTop-C"
}
}
]
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "SourceTop-C"
}
},
{
"type": "sequential",
"data": {
Expand Down Expand Up @@ -179,6 +165,6 @@
}
},
"resetOdom": true,
"folder": "Week1",
"folder": null,
"choreoAuto": false
}

0 comments on commit 808ab8b

Please sign in to comment.