Skip to content

Commit

Permalink
Merge pull request #57 from ddjoshua01/main
Browse files Browse the repository at this point in the history
Autos Changes
  • Loading branch information
zaneal authored Mar 20, 2024
2 parents 12a68bf + b949b7f commit bc5945e
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/Amp1.auto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"type": "path",
"data": {
"pathName": "InitialShootLeft"
"pathName": "StartToAmp"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/autos/Amp2.auto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"type": "path",
"data": {
"pathName": "InitialShootLeft"
"pathName": "StartToAmp"
}
},
{
Expand Down Expand Up @@ -66,7 +66,7 @@
{
"type": "path",
"data": {
"pathName": "InitialShootCenter"
"pathName": "StartToAmp"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/Amp3.auto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"type": "path",
"data": {
"pathName": "InitialShootLeft"
"pathName": "StartToAmp"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/Amp4.auto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"type": "path",
"data": {
"pathName": "InitialShootLeft"
"pathName": "StartToAmp"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/Source1.auto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"type": "path",
"data": {
"pathName": "InitialShootRight"
"pathName": "StartToSource"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/autos/Source2.auto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"type": "path",
"data": {
"pathName": "InitialShootRight"
"pathName": "StartToSource"
}
},
{
Expand Down Expand Up @@ -66,7 +66,7 @@
{
"type": "path",
"data": {
"pathName": "InitialShootCenter"
"pathName": "StartToSource"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions src/main/deploy/pathplanner/autos/Source3.auto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"type": "path",
"data": {
"pathName": "InitialShootRight"
"pathName": "StartToSource"
}
},
{
Expand Down Expand Up @@ -66,7 +66,7 @@
{
"type": "path",
"data": {
"pathName": "InitialShootCenter"
"pathName": "StartToSource"
}
},
{
Expand Down Expand Up @@ -104,7 +104,7 @@
{
"type": "path",
"data": {
"pathName": "InitialShootRight"
"pathName": "StartToSource"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions src/main/deploy/pathplanner/autos/Source4.auto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"type": "path",
"data": {
"pathName": "InitialShootRight"
"pathName": "StartToSource"
}
},
{
Expand Down Expand Up @@ -66,7 +66,7 @@
{
"type": "path",
"data": {
"pathName": "InitialShootCenter"
"pathName": "StartToSource"
}
},
{
Expand Down Expand Up @@ -104,7 +104,7 @@
{
"type": "path",
"data": {
"pathName": "InitialShootRight"
"pathName": "StartToSource"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/paths/AmpShoot.path
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 1.0,
"maxVelocity": 4.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 360.0,
"maxAngularAcceleration": 180.0
Expand All @@ -45,5 +45,5 @@
"reversed": false,
"folder": "Shoot",
"previewStartingState": null,
"useDefaultConstraints": true
"useDefaultConstraints": false
}
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/paths/Back2.path
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 1.0,
"maxVelocity": 4.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 360.0,
"maxAngularAcceleration": 180.0
Expand All @@ -45,5 +45,5 @@
"reversed": false,
"folder": "Back",
"previewStartingState": null,
"useDefaultConstraints": true
"useDefaultConstraints": false
}
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/paths/Back3.path
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 1.0,
"maxVelocity": 4.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 360.0,
"maxAngularAcceleration": 180.0
Expand All @@ -51,5 +51,5 @@
"reversed": false,
"folder": "Back",
"previewStartingState": null,
"useDefaultConstraints": true
"useDefaultConstraints": false
}
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/paths/Back4.path
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 1.0,
"maxVelocity": 4.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 360.0,
"maxAngularAcceleration": 180.0
Expand All @@ -45,5 +45,5 @@
"reversed": false,
"folder": "Back",
"previewStartingState": null,
"useDefaultConstraints": true
"useDefaultConstraints": false
}
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/Back5.path
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"reversed": false,
"folder": "Back",
"previewStartingState": null,
"useDefaultConstraints": true
"useDefaultConstraints": false
}
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/SourceShoot.path
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 6.5,
"maxVelocity": 4.0,
"maxAcceleration": 3.5,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/StageShoot.path
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 6.5,
"maxVelocity": 4.0,
"maxAcceleration": 3.5,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
Expand Down

0 comments on commit bc5945e

Please sign in to comment.