Skip to content

Commit

Permalink
Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Rvistix committed Mar 13, 2024
1 parent f66ebbb commit 96b39e5
Show file tree
Hide file tree
Showing 67 changed files with 1,618 additions and 379 deletions.
4 changes: 4 additions & 0 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
"robotLength": 0.5715,
"holonomicMode": true,
"pathFolders": [
"BLUEPATH",
"REDPATH",
"Test Paths"
],
"autoFolders": [
"BLUEAUTON",
"REDAUTON",
"Test Autos"
],
"defaultMaxVel": 3.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@
{
"type": "path",
"data": {
"pathName": "Path1"
"pathName": null
}
},
{
"type": "path",
"data": {
"pathName": "Path5"
"pathName": null
}
},
{
"type": "path",
"data": {
"pathName": "Path2"
"pathName": null
}
},
{
"type": "path",
"data": {
"pathName": "Path3"
"pathName": null
}
}
]
}
},
"folder": null,
"folder": "BLUEAUTON",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,36 @@
{
"type": "path",
"data": {
"pathName": "3_Piece_Path_1"
"pathName": null
}
},
{
"type": "path",
"data": {
"pathName": "Red_Path2"
"pathName": null
}
},
{
"type": "path",
"data": {
"pathName": "3_Piece_Path_3"
"pathName": null
}
},
{
"type": "path",
"data": {
"pathName": "Red_Path4"
"pathName": null
}
},
{
"type": "path",
"data": {
"pathName": "3_Piece_Path_5"
"pathName": null
}
}
]
}
},
"folder": null,
"folder": "BLUEAUTON",
"choreoAuto": false
}
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/Drive Back.auto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"type": "path",
"data": {
"pathName": "Drive Out"
"pathName": null
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/autos/IntakeDown_Test.auto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"type": "path",
"data": {
"pathName": "Forward Path"
"pathName": null
}
},
{
Expand All @@ -26,7 +26,7 @@
{
"type": "path",
"data": {
"pathName": "Backwards Path"
"pathName": null
}
}
]
Expand Down
69 changes: 0 additions & 69 deletions src/main/deploy/pathplanner/autos/Middle_2_Piece.auto

This file was deleted.

100 changes: 0 additions & 100 deletions src/main/deploy/pathplanner/autos/Middle_3_Piece.auto

This file was deleted.

43 changes: 43 additions & 0 deletions src/main/deploy/pathplanner/autos/Red_Bottom_4_Piece.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.48918041856440025,
"y": 4.731312058043963
},
"rotation": -60.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": null
}
},
{
"type": "path",
"data": {
"pathName": null
}
},
{
"type": "path",
"data": {
"pathName": null
}
},
{
"type": "path",
"data": {
"pathName": null
}
}
]
}
},
"folder": "REDAUTON",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,36 @@
{
"type": "path",
"data": {
"pathName": "3_Piece_Path_1"
"pathName": null
}
},
{
"type": "path",
"data": {
"pathName": "3_Piece_Path_2"
"pathName": null
}
},
{
"type": "path",
"data": {
"pathName": "3_Piece_Path_3"
"pathName": null
}
},
{
"type": "path",
"data": {
"pathName": "3_Piece_Path_4"
"pathName": null
}
},
{
"type": "path",
"data": {
"pathName": "3_Piece_Path_5"
"pathName": null
}
}
]
}
},
"folder": null,
"folder": "REDAUTON",
"choreoAuto": false
}
Loading

0 comments on commit 96b39e5

Please sign in to comment.