Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path rerouting for midline pieces #95

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7d1746d
added HGFED Ferry auton
BrianZ60 Mar 9, 2024
9f214a1
FERRY PATHS AUTON FERRY PATHS
Cancelable Mar 11, 2024
c6cb538
Actually finished ferry autons
Cancelable Mar 11, 2024
6023b25
Add CHGFEDJerk.java
Keobkeig Mar 22, 2024
c9bb0a9
move to ferry folder
Keobkeig Mar 22, 2024
d93d90e
CHGFEDJerk working in sim
Keobkeig Mar 22, 2024
67a74ea
Merge branch 'main' of https://github.com/StuyPulse/Izzi into se/ferr…
Keobkeig Mar 25, 2024
f57b9a6
Edit ferry path auton to not shoot every shot
Keobkeig Mar 25, 2024
0af71ea
Remove uppercase To
BenG49 Mar 26, 2024
701cf36
Delete unused new path
BenG49 Mar 26, 2024
3b7a76d
Rename paths in robot container
BenG49 Mar 26, 2024
aea0e20
Merge branch 'main' of github.com:StuyPulse/BigWang into se/ferry-autons
BenG49 Mar 26, 2024
5eb111c
Merge branch 'main' of github.com:StuyPulse/BigWang into se/ferry-autons
BenG49 Mar 26, 2024
d06fb14
Revert CShoot to H path
BenG49 Mar 26, 2024
488ceb7
Jerk and Ferry path fixed
Keobkeig Mar 26, 2024
15a39f6
Started midline auton generator
k4limul Mar 27, 2024
f6ab39d
revert intake to blue
Keobkeig Mar 28, 2024
0cd1b5a
update jerk name (doesnt score C)
Keobkeig Mar 28, 2024
4daf6c1
Merge branch 'main' of https://github.com/StuyPulse/Izzi into se/ferr…
Keobkeig Mar 28, 2024
edfb5f2
Made F to Ferry Shot not hit stage
Keobkeig Mar 28, 2024
51e738e
wrote bottom ferry auton (not sure where its shooting)
Keobkeig Mar 28, 2024
fc55210
intake is solid now
Keobkeig Mar 28, 2024
fe17f2e
BottomFerry now aligns to amp zone
Keobkeig Mar 28, 2024
b627f9b
revert intake color change
Keobkeig Apr 3, 2024
2356777
Merge branch 'main' of github.com:StuyPulse/BigWang into se/ferry-autons
BenG49 Apr 3, 2024
a4c5d65
Remove navgrid
BenG49 Apr 3, 2024
afa056c
Merge branch 'main' of https://github.com/StuyPulse/Izzi into se/ferr…
Keobkeig Apr 8, 2024
a230200
Merge branch 'se/ferry-autons' of https://github.com/StuyPulse/Izzi i…
Keobkeig Apr 8, 2024
5c4a28b
Working fourt piece HGF ferry
Keobkeig Apr 8, 2024
2ea35aa
move paths into folders
Keobkeig Apr 8, 2024
27b8bfa
Merge branch 'main' of github.com:StuyPulse/BigWang into se/path-rero…
BenG49 Apr 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"holonomicMode": true,
"pathFolders": [
"ABCDE",
"Ferry",
"HGF",
"Jerk",
"Reroutes",
"Tests"
],
"autoFolders": [],
Expand Down
73 changes: 73 additions & 0 deletions src/main/deploy/pathplanner/autos/HGFED Ferry.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"version": 1.0,
"startingPose": null,
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Start to H (HGF)"
}
},
{
"type": "path",
"data": {
"pathName": "H to Bot Ferry Shot"
}
},
{
"type": "path",
"data": {
"pathName": "Bot Ferry Shot to G"
}
},
{
"type": "path",
"data": {
"pathName": "G to Bot Ferry Shot"
}
},
{
"type": "path",
"data": {
"pathName": "Bot Ferry Shot to F"
}
},
{
"type": "path",
"data": {
"pathName": "F to Ferry Shot"
}
},
{
"type": "path",
"data": {
"pathName": "Ferry Shot to E"
}
},
{
"type": "path",
"data": {
"pathName": "E to Ferry Shot"
}
},
{
"type": "path",
"data": {
"pathName": "Ferry Shot to D"
}
},
{
"type": "path",
"data": {
"pathName": "D to Ferry Shot"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
73 changes: 73 additions & 0 deletions src/main/deploy/pathplanner/autos/HGFED Jerk.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.8676110546665539,
"y": 3.264181107065918
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Start to H (HGF)"
}
},
{
"type": "path",
"data": {
"pathName": "H to HJerk"
}
},
{
"type": "path",
"data": {
"pathName": "HJerk to G"
}
},
{
"type": "path",
"data": {
"pathName": "G to GJerk"
}
},
{
"type": "path",
"data": {
"pathName": "GJerk to F"
}
},
{
"type": "path",
"data": {
"pathName": "F to FJerk"
}
},
{
"type": "path",
"data": {
"pathName": "FJerk to E"
}
},
{
"type": "path",
"data": {
"pathName": "E to EJerk"
}
},
{
"type": "path",
"data": {
"pathName": "E to D"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
1 change: 0 additions & 1 deletion src/main/deploy/pathplanner/navgrid.json

This file was deleted.

49 changes: 49 additions & 0 deletions src/main/deploy/pathplanner/paths/Bot Ferry Shot to F.path
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 5.184698146585559,
"y": 1.7317770555385747
},
"prevControl": null,
"nextControl": {
"x": 4.542075882112337,
"y": 1.4070669922462469
},
"isLocked": false,
"linkedName": "Bottom Ferry Shot"
},
{
"anchor": {
"x": 8.153314996088682,
"y": 3.8006001937929805
},
"prevControl": {
"x": 8.622401730400966,
"y": 3.6275174514636674
},
"nextControl": null,
"isLocked": false,
"linkedName": "F"
}
],
"rotationTargets": [],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxAcceleration": 3.5,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0.0,
"rotation": -52.06624772942949,
"rotateFast": false
},
"reversed": false,
"folder": "Ferry",
"previewStartingState": null,
"useDefaultConstraints": false
}
49 changes: 49 additions & 0 deletions src/main/deploy/pathplanner/paths/Bot Ferry Shot to G.path
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 5.184698146585559,
"y": 1.7317770555385747
},
"prevControl": null,
"nextControl": {
"x": 4.966168689462843,
"y": 1.8309984059106137
},
"isLocked": false,
"linkedName": "Bottom Ferry Shot"
},
{
"anchor": {
"x": 8.1299266872038,
"y": 2.1166419540816297
},
"prevControl": {
"x": 8.585196389542793,
"y": 1.9099308074732155
},
"nextControl": null,
"isLocked": false,
"linkedName": "G"
}
],
"rotationTargets": [],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxAcceleration": 4.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0.0,
"rotation": -19.445264029634334,
"rotateFast": false
},
"reversed": false,
"folder": "Ferry",
"previewStartingState": null,
"useDefaultConstraints": true
}
49 changes: 49 additions & 0 deletions src/main/deploy/pathplanner/paths/C to H.path
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 2.35,
"y": 3.58
},
"prevControl": null,
"nextControl": {
"x": 3.2022891174842094,
"y": 2.8533616716563954
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 7.91,
"y": 0.78
},
"prevControl": {
"x": 6.389309367425445,
"y": 0.78
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.55,
"maxAcceleration": 5.5,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": 0,
"rotateFast": false
},
"reversed": false,
"folder": "Jerk",
"previewStartingState": null,
"useDefaultConstraints": false
}
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/D to Ferry Shot.path
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"rotateFast": false
},
"reversed": false,
"folder": "ABCDE",
"folder": "Ferry",
"previewStartingState": {
"rotation": 0,
"velocity": 0
Expand Down
52 changes: 52 additions & 0 deletions src/main/deploy/pathplanner/paths/E to D.path
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 8.07,
"y": 6.04
},
"prevControl": null,
"nextControl": {
"x": 6.887239453491253,
"y": 6.954220328193742
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 7.95,
"y": 7.43
},
"prevControl": {
"x": 7.035751355453329,
"y": 7.4461660034431185
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.55,
"maxAcceleration": 5.5,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": 0,
"rotateFast": false
},
"reversed": false,
"folder": "Jerk",
"previewStartingState": {
"rotation": 0,
"velocity": 0
},
"useDefaultConstraints": true
}
Loading
Loading