Skip to content

Commit

Permalink
goo goo ga ga
Browse files Browse the repository at this point in the history
  • Loading branch information
kirbt committed Mar 16, 2024
1 parent 0b28bfa commit 2692875
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 83 deletions.
43 changes: 43 additions & 0 deletions src/main/deploy/pathplanner/autos/New Auto.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.33,
"y": 5.55
},
"rotation": 180.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "SpeakerToMidNote"
}
},
{
"type": "path",
"data": {
"pathName": "MidNoteToCenterMidNodeLaunch"
}
},
{
"type": "path",
"data": {
"pathName": "launchPosFirstNoteCenterLineLaunch"
}
},
{
"type": "path",
"data": {
"pathName": "launchSecondNoteCenterLineLaunch"
}
}
]
}
},
"folder": "Vision Autos",
"choreoAuto": false
}
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/BottomNoteLaunch.path
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"goalEndState": {
"velocity": 0,
"rotation": 140.5993393365206,
"rotation": 163.23907497881294,
"rotateFast": false
},
"reversed": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
},
{
"anchor": {
"x": 4.9,
"y": 6.998077532170032
"x": 5.41,
"y": 6.91
},
"prevControl": {
"x": 5.379663050445332,
"y": 7.098633898139333
"x": 5.889663050445332,
"y": 7.010556365969301
},
"nextControl": null,
"isLocked": false,
Expand All @@ -47,7 +47,7 @@
"rotationTargets": [
{
"waypointRelativePos": 0.75,
"rotationDegrees": 180.0,
"rotationDegrees": -172.5750748946377,
"rotateFast": false
}
],
Expand Down Expand Up @@ -79,7 +79,7 @@
},
"goalEndState": {
"velocity": 0,
"rotation": -168.16,
"rotation": -165.92,
"rotateFast": false
},
"reversed": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
},
{
"anchor": {
"x": 4.400159657462172,
"x": 4.45,
"y": 4.8
},
"prevControl": {
"x": 3.9457164628614976,
"y": 4.910918393265359
"x": 3.9750353786421866,
"y": 4.9548967669363915
},
"nextControl": {
"x": 4.876891015948452,
"y": 4.6836416147699715
"x": 5.107679146631323,
"y": 4.5855158702064
},
"isLocked": false,
"linkedName": null
Expand All @@ -56,8 +56,8 @@
"y": 3.2543996516564464
},
"nextControl": {
"x": 8.94894077946899,
"y": 4.467680827130437
"x": 9.077551692461096,
"y": 4.542485133666662
},
"isLocked": false,
"linkedName": null
Expand All @@ -81,6 +81,11 @@
"waypointRelativePos": 1.8,
"rotationDegrees": 180.0,
"rotateFast": false
},
{
"waypointRelativePos": 2.9,
"rotationDegrees": -156.94,
"rotateFast": false
}
],
"constraintZones": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,8 @@
},
"prevControl": null,
"nextControl": {
"x": 4.092311041764941,
"y": 6.406183098080483
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 6.159294604303494,
"y": 6.391523640190138
},
"prevControl": {
"x": 5.7178954724802065,
"y": 6.3466355928860745
},
"nextControl": {
"x": 7.024202619833812,
"y": 6.479480387532203
"x": 4.957219057295258,
"y": 6.611415508545304
},
"isLocked": false,
"linkedName": null
Expand All @@ -36,24 +20,24 @@
"y": 7.461664066185276
},
"prevControl": {
"x": 8.607035964096708,
"y": 7.292808820292638
"x": 8.602702708501509,
"y": 7.283357704346585
},
"nextControl": {
"x": 7.845520369587389,
"y": 7.630519312077913
"x": 7.947748466925505,
"y": 7.593599187198374
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 4.2095867048876965,
"y": 6.831307376900469
"x": 5.41,
"y": 6.787329003229436
},
"prevControl": {
"x": 5.543597372909033,
"y": 7.0218803294749454
"x": 6.670713378569614,
"y": 7.227112739939765
},
"nextControl": null,
"isLocked": false,
Expand All @@ -62,16 +46,16 @@
],
"rotationTargets": [
{
"waypointRelativePos": 1.6,
"rotationDegrees": 145.0,
"waypointRelativePos": 0.8,
"rotationDegrees": -128.61667081319877,
"rotateFast": false
}
],
"constraintZones": [],
"eventMarkers": [
{
"name": "New Event Marker",
"waypointRelativePos": 1.0999999999999999,
"waypointRelativePos": 0.55,
"command": {
"type": "parallel",
"data": {
Expand All @@ -95,7 +79,7 @@
},
"goalEndState": {
"velocity": 0,
"rotation": -156.19405648154228,
"rotation": -165.92,
"rotateFast": false
},
"reversed": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"waypoints": [
{
"anchor": {
"x": 4.9,
"y": 7.0
"x": 5.41,
"y": 6.79
},
"prevControl": null,
"nextControl": {
"x": 7.082840451395188,
"y": 6.538118219093581
"x": 7.391052103040704,
"y": 6.450099183528485
},
"isLocked": false,
"linkedName": null
Expand All @@ -20,31 +20,37 @@
"y": 5.777939483806896
},
"prevControl": {
"x": 8.140830696075806,
"y": 6.508271034560088
"x": 8.331400517956347,
"y": 6.093373983450684
},
"nextControl": {
"x": 8.323025974780654,
"y": 5.548709233381218
"x": 8.211618708951704,
"y": 5.365361587866033
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 3.7680860947307475,
"y": 6.609962769475088
"x": 5.41,
"y": 6.347545266519105
},
"prevControl": {
"x": 5.764941980334411,
"y": 6.831835645653273
"x": 7.097499909285533,
"y": 6.450161471751516
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [],
"rotationTargets": [
{
"waypointRelativePos": 0.75,
"rotationDegrees": -148.64916364014846,
"rotateFast": false
}
],
"constraintZones": [],
"eventMarkers": [
{
Expand Down Expand Up @@ -73,13 +79,13 @@
},
"goalEndState": {
"velocity": 0,
"rotation": -163.097682967436,
"rotation": -170.61848983925177,
"rotateFast": false
},
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": -168.16,
"rotation": -165.92,
"velocity": 0
},
"useDefaultConstraints": true
Expand Down
32 changes: 8 additions & 24 deletions src/main/deploy/pathplanner/paths/launchSecondNoteLaunch.path
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,13 @@
"waypoints": [
{
"anchor": {
"x": 4.9,
"y": 7.0
"x": 5.41,
"y": 6.91
},
"prevControl": null,
"nextControl": {
"x": 4.6833117089657605,
"y": 6.5360051440823606
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 4.147118924868479,
"y": 6.027546469507354
},
"prevControl": {
"x": 4.609354083573032,
"y": 6.434313409167359
},
"nextControl": {
"x": 3.596045138868069,
"y": 5.542601537826994
"x": 5.001197430966291,
"y": 6.68743713487427
},
"isLocked": false,
"linkedName": null
Expand All @@ -36,8 +20,8 @@
"y": 5.55
},
"prevControl": {
"x": 3.2873615296780136,
"y": 5.574556013976893
"x": 3.242062484124969,
"y": 5.702529119343954
},
"nextControl": null,
"isLocked": false,
Expand All @@ -49,7 +33,7 @@
"eventMarkers": [
{
"name": "New Event Marker",
"waypointRelativePos": 0.95,
"waypointRelativePos": 0.5,
"command": {
"type": "parallel",
"data": {
Expand Down Expand Up @@ -79,7 +63,7 @@
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": -168.16,
"rotation": -165.92,
"velocity": 0
},
"useDefaultConstraints": true
Expand Down

0 comments on commit 2692875

Please sign in to comment.