Skip to content

Commit

Permalink
autonwork
Browse files Browse the repository at this point in the history
  • Loading branch information
chrnso committed Mar 27, 2024
1 parent e7cc04d commit 82969c1
Show file tree
Hide file tree
Showing 20 changed files with 324 additions and 205 deletions.
4 changes: 2 additions & 2 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"robotLength": 0.8,
"holonomicMode": true,
"pathFolders": [
"field",
"bottom",
"center",
"MAIN",
"top"
],
"autoFolders": [
"line",
"bottom",
"center",
"MAIN",
"top"
],
"defaultMaxVel": 4.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
]
}
},
"folder": "line",
"folder": "MAIN",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
]
}
},
"folder": "line",
"folder": "MAIN",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{
"type": "path",
"data": {
"pathName": "l get top"
"pathName": "l get top c"
}
},
{
Expand All @@ -56,6 +56,6 @@
]
}
},
"folder": "line",
"folder": "MAIN",
"choreoAuto": false
}
61 changes: 61 additions & 0 deletions src/main/deploy/pathplanner/autos/3 Piece Auton Line S.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.308995050422533,
"y": 5.509843091758257
},
"rotation": 180.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "shoot"
}
},
{
"type": "path",
"data": {
"pathName": "c get mid c"
}
},
{
"type": "named",
"data": {
"name": "actuateInFast"
}
},
{
"type": "named",
"data": {
"name": "shoot"
}
},
{
"type": "path",
"data": {
"pathName": "l get top s"
}
},
{
"type": "named",
"data": {
"name": "actuateInFast"
}
},
{
"type": "named",
"data": {
"name": "shoot"
}
}
]
}
},
"folder": "MAIN",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{
"type": "path",
"data": {
"pathName": "l get top"
"pathName": "l get top c"
}
},
{
Expand All @@ -56,7 +56,7 @@
{
"type": "path",
"data": {
"pathName": "l get topcen"
"pathName": "l get topcen c"
}
},
{
Expand All @@ -74,6 +74,6 @@
]
}
},
"folder": "line",
"folder": "MAIN",
"choreoAuto": false
}
79 changes: 79 additions & 0 deletions src/main/deploy/pathplanner/autos/4 Piece Auton Line S.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.308995050422533,
"y": 5.509843091758257
},
"rotation": 180.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "shoot"
}
},
{
"type": "path",
"data": {
"pathName": "c get mid c"
}
},
{
"type": "named",
"data": {
"name": "actuateInFast"
}
},
{
"type": "named",
"data": {
"name": "shoot"
}
},
{
"type": "path",
"data": {
"pathName": "l get top s"
}
},
{
"type": "named",
"data": {
"name": "actuateInFast"
}
},
{
"type": "named",
"data": {
"name": "shoot"
}
},
{
"type": "path",
"data": {
"pathName": "l get topcen s"
}
},
{
"type": "path",
"data": {
"pathName": "l shoot topcen"
}
},
{
"type": "named",
"data": {
"name": "shoot"
}
}
]
}
},
"folder": "MAIN",
"choreoAuto": false
}
25 changes: 0 additions & 25 deletions src/main/deploy/pathplanner/autos/Bottom Straight Auton.auto

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/deploy/pathplanner/autos/Taxi Match 21.auto

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/deploy/pathplanner/autos/Top Straight Auton.auto

This file was deleted.

52 changes: 0 additions & 52 deletions src/main/deploy/pathplanner/paths/Bottom Straight Path.path

This file was deleted.

Loading

0 comments on commit 82969c1

Please sign in to comment.