Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 108 additions & 0 deletions src/main/deploy/pathplanner/autos/Blue_Right.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "start to 20"
}
},
{
"type": "named",
"data": {
"name": "Tower L2"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "to stasion from 20"
}
},
{
"type": "named",
"data": {
"name": "Tower L0"
}
}
]
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 1.5
}
}
]
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "From staision to 19"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Take"
}
},
{
"type": "named",
"data": {
"name": "Tower L3"
}
}
]
}
}
]
}
},
{
"type": "named",
"data": {
"name": "Shoot"
}
}
]
}
},
"resetOdom": false,
"folder": null,
"choreoAuto": false
}
101 changes: 101 additions & 0 deletions src/main/deploy/pathplanner/autos/Blue_left.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Start to 22"
}
},
{
"type": "named",
"data": {
"name": "Tower L2"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "22 to player"
}
},
{
"type": "named",
"data": {
"name": "Tower L0"
}
}
]
}
},
{
"type": "wait",
"data": {
"waitTime": 1.5
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "player to 17"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Take"
}
},
{
"type": "named",
"data": {
"name": "Tower L3"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "Shoot"
}
}
]
}
}
]
}
},
"resetOdom": false,
"folder": null,
"choreoAuto": false
}
45 changes: 0 additions & 45 deletions src/main/deploy/pathplanner/autos/New Auto.auto

This file was deleted.

101 changes: 101 additions & 0 deletions src/main/deploy/pathplanner/autos/Red_Left.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Start to 9"
}
},
{
"type": "named",
"data": {
"name": "Tower L2"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "Shoot"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "9 to player"
}
},
{
"type": "named",
"data": {
"name": "Tower L0"
}
}
]
}
},
{
"type": "wait",
"data": {
"waitTime": 1.5
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "player to 8"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Take"
}
},
{
"type": "named",
"data": {
"name": "Tower L3"
}
}
]
}
}
]
}
},
{
"type": "named",
"data": {
"name": "Shoot"
}
}
]
}
},
"resetOdom": false,
"folder": null,
"choreoAuto": false
}
Loading