Skip to content

Commit

Permalink
GKC AMP 2-1 god path, WIP GKC Source J2, vision updates
Browse files Browse the repository at this point in the history
  • Loading branch information
frc1987 committed Apr 3, 2024
1 parent 3c3deb1 commit 3b3a07c
Show file tree
Hide file tree
Showing 17 changed files with 1,349 additions and 269 deletions.
44 changes: 44 additions & 0 deletions src/main/deploy/pathplanner/autos/GKC-Amp-2-1.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.372426958844331,
"y": 5.52863543907909
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "GKC Amp 2-1"
}
},
{
"type": "named",
"data": {
"name": "DefaultWrist"
}
},
{
"type": "named",
"data": {
"name": "DefaultShooter"
}
}
]
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/autos/GKC-Amp-J2.auto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 1.37,
"y": 5.53
"x": 0.7,
"y": 4.360569515543359
},
"rotation": 0
},
Expand Down
50 changes: 50 additions & 0 deletions src/main/deploy/pathplanner/autos/GKC-Source-J2.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.7,
"y": 4.360569515543359
},
"rotation": -60.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "deadline",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "GKC Source J2"
}
},
{
"type": "named",
"data": {
"name": "DefaultWrist"
}
},
{
"type": "named",
"data": {
"name": "DefaultShooter"
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "GKCSourceJ2ToCenter"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
49 changes: 0 additions & 49 deletions src/main/deploy/pathplanner/autos/heart_source_og.auto

This file was deleted.

55 changes: 0 additions & 55 deletions src/main/deploy/pathplanner/autos/quick_amp.auto

This file was deleted.

55 changes: 0 additions & 55 deletions src/main/deploy/pathplanner/autos/sourcea-fullshoot.auto

This file was deleted.

Loading

0 comments on commit 3b3a07c

Please sign in to comment.