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

Commit

Permalink
New mid 6, 2 to 6 auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen756 committed Apr 7, 2024
1 parent 77d631a commit 38860ed
Show file tree
Hide file tree
Showing 10 changed files with 758 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 1,
"version": 1.0,
"startingPose": {
"position": {
"x": 0.7099999999999991,
Expand Down
49 changes: 49 additions & 0 deletions src/main/deploy/pathplanner/autos/Blue 6 Piece 6,4.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.3199999999999985,
"y": 5.57
},
"rotation": 180
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "homeClimber"
}
},
{
"type": "named",
"data": {
"name": "preloadNote"
}
},
{
"type": "named",
"data": {
"name": "subwooferShot"
}
},
{
"type": "path",
"data": {
"pathName": "Blue Mid 6, 2 to 6"
}
},
{
"type": "named",
"data": {
"name": "midlineNotes64"
}
}
]
}
},
"folder": "Blue Dynamic Autos in Development",
"choreoAuto": false
}
49 changes: 49 additions & 0 deletions src/main/deploy/pathplanner/autos/Red 6 Piece 6,4.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 15.22,
"y": 5.57
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "homeClimber"
}
},
{
"type": "named",
"data": {
"name": "preloadNote"
}
},
{
"type": "named",
"data": {
"name": "subwooferShot"
}
},
{
"type": "path",
"data": {
"pathName": "Red Mid 6, 2 to 6"
}
},
{
"type": "named",
"data": {
"name": "midlineNotes64"
}
}
]
}
},
"folder": "Red Dynamic Autos in Development",
"choreoAuto": false
}
Loading

0 comments on commit 38860ed

Please sign in to comment.