Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

pathplanner 2024 autos #11

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
24 changes: 24 additions & 0 deletions src/main/deploy/pathplanner/autos/BlueBump2.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.87,
"y": 0.92
},
"rotation": 180.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "BlueBump2"
}
}
]
}
},
"folder": null
}
30 changes: 30 additions & 0 deletions src/main/deploy/pathplanner/autos/BlueBump3.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.87,
"y": 0.92
},
"rotation": 180.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "BlueBump2"
}
},
{
"type": "path",
"data": {
"pathName": "BlueBump3Part2"
}
}
]
}
},
"folder": null
}
24 changes: 24 additions & 0 deletions src/main/deploy/pathplanner/autos/BlueMid1.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.82,
"y": 2.86
},
"rotation": 180.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "BlueMid1"
}
}
]
}
},
"folder": null
}
Loading
Loading