Skip to content

Commit

Permalink
man this op robot thing is real hard!
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Cushman committed Oct 24, 2024
1 parent 5c9133a commit e9cef36
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 90 deletions.
76 changes: 0 additions & 76 deletions src/main/deploy/pathplanner/autos/S W2 S C3-5 S DEF.auto
Original file line number Diff line number Diff line change
Expand Up @@ -54,82 +54,6 @@
}
]
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "W2 C3"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "StopAll"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.0
}
},
{
"type": "named",
"data": {
"name": "ToIndexer"
}
}
]
}
}
]
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "C3 M"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "StopIntake"
}
},
{
"type": "named",
"data": {
"name": "ToIndexer"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "PrepareSWD"
}
}
]
}
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions src/main/deploy/pathplanner/paths/CA2 W2.path
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"waypoints": [
{
"anchor": {
"x": 2.180663101343949,
"x": 2.051802334703099,
"y": 5.572415049000463
},
"prevControl": null,
"nextControl": {
"x": 2.435610195089068,
"x": 2.306749428448218,
"y": 5.56513084632203
},
"isLocked": false,
Expand Down Expand Up @@ -50,7 +50,7 @@
}
],
"globalConstraints": {
"maxVelocity": 2.54,
"maxVelocity": 5.0,
"maxAcceleration": 3.5,
"maxAngularVelocity": 1137.21,
"maxAngularAcceleration": 1492.9
Expand All @@ -66,5 +66,5 @@
"rotation": 180.0,
"velocity": 0
},
"useDefaultConstraints": false
"useDefaultConstraints": true
}
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/P CA1.path
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"maxAngularAcceleration": 1492.9
},
"goalEndState": {
"velocity": 0.5,
"velocity": 0.0,
"rotation": -144.37209270857915,
"rotateFast": false
},
Expand Down
8 changes: 4 additions & 4 deletions src/main/deploy/pathplanner/paths/P CA2.path
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
{
"anchor": {
"x": 2.180663101343949,
"x": 2.051802334703099,
"y": 5.572415049000463
},
"prevControl": {
"x": 1.6146970147047643,
"x": 1.4858362480639145,
"y": 5.565624690571415
},
"nextControl": null,
Expand All @@ -32,7 +32,7 @@
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 2.54,
"maxVelocity": 5.0,
"maxAcceleration": 3.5,
"maxAngularVelocity": 1137.21,
"maxAngularAcceleration": 1492.9
Expand All @@ -48,5 +48,5 @@
"rotation": 180.0,
"velocity": 0
},
"useDefaultConstraints": false
"useDefaultConstraints": true
}
10 changes: 5 additions & 5 deletions src/main/deploy/pathplanner/paths/W2 C3.path
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"prevControl": null,
"nextControl": {
"x": 7.198276073971502,
"y": 2.4991028046572223
"x": 5.7875591928074,
"y": 3.7006243484669565
},
"isLocked": false,
"linkedName": "W2"
Expand All @@ -20,8 +20,8 @@
"y": 4.095455268178173
},
"prevControl": {
"x": 7.887059903152064,
"y": 6.04003375748687
"x": 6.79469113574461,
"y": 4.251033666118688
},
"nextControl": null,
"isLocked": false,
Expand All @@ -39,7 +39,7 @@
},
"goalEndState": {
"velocity": 0.0,
"rotation": 111.44077429233252,
"rotation": 179.70097830393772,
"rotateFast": false
},
"reversed": false,
Expand Down

0 comments on commit e9cef36

Please sign in to comment.