-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Team334/R2024
- Loading branch information
Showing
90 changed files
with
3,612 additions
and
901 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
{ | ||
"robotWidth": 0.8, | ||
"robotLength": 0.8, | ||
"robotWidth": 0.82, | ||
"robotLength": 0.82, | ||
"holonomicMode": true, | ||
"pathFolders": [ | ||
"Starting Paths" | ||
], | ||
"autoFolders": [], | ||
"defaultMaxVel": 3.0, | ||
"autoFolders": [ | ||
"bottom", | ||
"center", | ||
"MAIN", | ||
"top" | ||
], | ||
"defaultMaxVel": 4.0, | ||
"defaultMaxAccel": 3.0, | ||
"defaultMaxAngVel": 180.0, | ||
"defaultMaxAngVel": 360.0, | ||
"defaultMaxAngAccel": 360.0, | ||
"maxModuleSpeed": 4.67 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,6 @@ | |
] | ||
} | ||
}, | ||
"folder": null, | ||
"folder": "center", | ||
"choreoAuto": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
src/main/deploy/pathplanner/autos/2 Piece Auton Line (Bottom).auto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"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 bot c" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "actuateInFast" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "shoot" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": "MAIN", | ||
"choreoAuto": false | ||
} |
43 changes: 43 additions & 0 deletions
43
src/main/deploy/pathplanner/autos/2 Piece Auton Line (Center).auto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"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": "actuateIn" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "shoot" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": "MAIN", | ||
"choreoAuto": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"version": 1.0, | ||
"startingPose": { | ||
"position": { | ||
"x": 1.31, | ||
"y": 5.51 | ||
}, | ||
"rotation": 180.0 | ||
}, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "shoot" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "c get bot s" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "c shoot bot s" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "shoot" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": "center", | ||
"choreoAuto": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
src/main/deploy/pathplanner/autos/3 Piece Auton Line C.auto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 c" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "actuateInFast" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "shoot" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": "MAIN", | ||
"choreoAuto": false | ||
} |
61 changes: 61 additions & 0 deletions
61
src/main/deploy/pathplanner/autos/3 Piece Auton Line S.auto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Oops, something went wrong.