4 peice kinda works w/o beambreak

This commit is contained in:
Bradley Bickford 2024-03-12 18:43:43 -04:00
parent f538076438
commit 97938bfea2
8 changed files with 338 additions and 28 deletions

View File

@ -0,0 +1,148 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.4936438362905214,
"y": 6.981410202136645
},
"rotation": 180.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Left Subwoofer"
}
},
{
"type": "named",
"data": {
"name": "Charge Shooter"
}
},
{
"type": "named",
"data": {
"name": "Speaker Note Shot"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "L Sub to Note 1"
}
},
{
"type": "named",
"data": {
"name": "Auto Intake"
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "Note 1 to Speaker"
}
},
{
"type": "named",
"data": {
"name": "Charge Shooter"
}
},
{
"type": "named",
"data": {
"name": "Speaker Note Shot"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "L Sub to Note 2"
}
},
{
"type": "named",
"data": {
"name": "Auto Intake"
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "Note 2 to L Sub (4S)"
}
},
{
"type": "named",
"data": {
"name": "Charge Shooter"
}
},
{
"type": "named",
"data": {
"name": "Speaker Note Shot"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Left Sub to Note 3"
}
},
{
"type": "named",
"data": {
"name": "Auto Intake"
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "Left Note 3 to Sub"
}
},
{
"type": "named",
"data": {
"name": "Charge Shooter"
}
},
{
"type": "named",
"data": {
"name": "Speaker Note Shot"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}

View File

@ -0,0 +1,52 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 2.2594611570989525,
"y": 4.560720232551577
},
"prevControl": null,
"nextControl": {
"x": 2.130825458232113,
"y": 4.946627329152095
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 1.3707054194735169,
"y": 5.5196408968316515
},
"prevControl": {
"x": 1.8267774427286747,
"y": 5.285757807982852
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": 180.0,
"rotateFast": false
},
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": 144.46232220802574,
"velocity": 0
},
"useDefaultConstraints": true
}

View File

@ -0,0 +1,52 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 1.5812001994374358,
"y": 6.221290163378048
},
"prevControl": null,
"nextControl": {
"x": 1.932024832710634,
"y": 5.70674736791069
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 2.388096855965791,
"y": 4.303448834817898
},
"prevControl": {
"x": 0.867856778448599,
"y": 4.502249460339377
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": 157.9772276319205,
"rotateFast": false
},
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": -160.6410058243053,
"velocity": 0
},
"useDefaultConstraints": true
}

View File

@ -0,0 +1,58 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 2.1776020760018726,
"y": 5.964018765644369
},
"prevControl": null,
"nextControl": {
"x": 1.8267774427286747,
"y": 5.928936302317049
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 1.3005404928188775,
"y": 5.5430292057165325
},
"prevControl": {
"x": 1.674753434976956,
"y": 5.683359059025812
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [
{
"waypointRelativePos": 0.5,
"rotationDegrees": -164.3011806576524,
"rotateFast": false
}
],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": 180.0,
"rotateFast": false
},
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": 150.25511870305772,
"velocity": 0
},
"useDefaultConstraints": true
}

View File

@ -3,25 +3,25 @@
"waypoints": [ "waypoints": [
{ {
"anchor": { "anchor": {
"x": 2.2360728482140724, "x": 2.142519612674553,
"y": 4.139730672623739 "y": 4.163118981508619
}, },
"prevControl": null, "prevControl": null,
"nextControl": { "nextControl": {
"x": 1.8501657516135543, "x": 1.756612516074035,
"y": 3.940930047102261 "y": 3.964318355987141
}, },
"isLocked": false, "isLocked": false,
"linkedName": null "linkedName": null
}, },
{ {
"anchor": { "anchor": {
"x": 0.9380217051032389, "x": 1.171904793952038,
"y": 4.4671669970120575 "y": 4.701050085860856
}, },
"prevControl": { "prevControl": {
"x": 1.6162826627647555, "x": 1.8501657516135543,
"y": 3.730435267138341 "y": 3.9643183559871393
}, },
"nextControl": null, "nextControl": null,
"isLocked": false, "isLocked": false,
@ -39,13 +39,13 @@
}, },
"goalEndState": { "goalEndState": {
"velocity": 0, "velocity": 0,
"rotation": 132.43622978853497, "rotation": 140.0131137550358,
"rotateFast": false "rotateFast": false
}, },
"reversed": false, "reversed": false,
"folder": null, "folder": null,
"previewStartingState": { "previewStartingState": {
"rotation": -1.5911402711946612, "rotation": 178.40885972880548,
"velocity": 0 "velocity": 0
}, },
"useDefaultConstraints": true "useDefaultConstraints": true

View File

@ -3,25 +3,25 @@
"waypoints": [ "waypoints": [
{ {
"anchor": { "anchor": {
"x": 1.0666574039700785, "x": 1.3005404928188775,
"y": 4.373613761472538 "y": 4.397002070357417
}, },
"prevControl": null, "prevControl": null,
"nextControl": { "nextControl": {
"x": 1.5344235816676757, "x": 1.7683066705164747,
"y": 4.338531298145218 "y": 4.361919607030098
}, },
"isLocked": false, "isLocked": false,
"linkedName": null "linkedName": null
}, },
{ {
"anchor": { "anchor": {
"x": 2.282849465983832, "x": 2.3647085470809115,
"y": 4.139730672623739 "y": 4.081259900411539
}, },
"prevControl": { "prevControl": {
"x": 1.7210430076110608, "x": 1.8029020887081402,
"y": 4.139730672623739 "y": 4.081259900411539
}, },
"nextControl": null, "nextControl": null,
"isLocked": false, "isLocked": false,

View File

@ -16,12 +16,12 @@
}, },
{ {
"anchor": { "anchor": {
"x": 1.0783515584179242, "x": 1.2186814117217974,
"y": 4.53733192366386 "y": 4.677661776975976
}, },
"prevControl": { "prevControl": {
"x": 1.85016575161896, "x": 1.9904956049228333,
"y": 4.034483282638943 "y": 4.174813135951059
}, },
"nextControl": null, "nextControl": null,
"isLocked": false, "isLocked": false,
@ -39,7 +39,7 @@
}, },
"goalEndState": { "goalEndState": {
"velocity": 0, "velocity": 0,
"rotation": 143.6955028774248, "rotation": 143.9726266148963,
"rotateFast": false "rotateFast": false
}, },
"reversed": false, "reversed": false,

View File

@ -16,12 +16,12 @@
}, },
{ {
"anchor": { "anchor": {
"x": 1.0198807862003185, "x": 1.2186814117217974,
"y": 4.502249460339376 "y": 4.736132549188175
}, },
"prevControl": { "prevControl": {
"x": 1.0315749406427583, "x": 1.2303755661642373,
"y": 4.116342363738859 "y": 4.350225452587658
}, },
"nextControl": null, "nextControl": null,
"isLocked": false, "isLocked": false,
@ -39,7 +39,7 @@
}, },
"goalEndState": { "goalEndState": {
"velocity": 0, "velocity": 0,
"rotation": 141.34019174590983, "rotation": 141.76617482255304,
"rotateFast": false "rotateFast": false
}, },
"reversed": false, "reversed": false,