-
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.
- Loading branch information
Showing
20 changed files
with
324 additions
and
205 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
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 |
---|---|---|
|
@@ -38,6 +38,6 @@ | |
] | ||
} | ||
}, | ||
"folder": "line", | ||
"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 |
---|---|---|
|
@@ -38,6 +38,6 @@ | |
] | ||
} | ||
}, | ||
"folder": "line", | ||
"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
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 | ||
} |
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
79 changes: 79 additions & 0 deletions
79
src/main/deploy/pathplanner/autos/4 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,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
25
src/main/deploy/pathplanner/autos/Bottom Straight Auton.auto
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
src/main/deploy/pathplanner/paths/Bottom Straight Path.path
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.