Skip to content

Commit

Permalink
updated a45
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownGenius committed Apr 5, 2024
1 parent 426319e commit 882223a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/paths/3 to Between 2-3.path
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
{
"anchor": {
"x": 4.0,
"x": 4.25,
"y": 6.25
},
"prevControl": {
"x": 4.49088668151891,
"x": 4.74088668151891,
"y": 6.490221142019894
},
"nextControl": null,
Expand Down
8 changes: 4 additions & 4 deletions src/main/deploy/pathplanner/paths/4 to Between 2-3.path
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
{
"anchor": {
"x": 4.0,
"x": 4.25,
"y": 6.25
},
"prevControl": {
"x": 4.746036659420224,
"x": 4.996036659420224,
"y": 6.395014836486174
},
"nextControl": null,
Expand All @@ -33,7 +33,7 @@
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 4.0,
"maxAcceleration": 4.0,
"maxAcceleration": 2.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
Expand All @@ -48,5 +48,5 @@
"rotation": 0,
"velocity": 0
},
"useDefaultConstraints": false
"useDefaultConstraints": true
}
8 changes: 4 additions & 4 deletions src/main/deploy/pathplanner/paths/5 to Between 2-3.path
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
},
{
"anchor": {
"x": 4.0,
"x": 4.25,
"y": 6.25
},
"prevControl": {
"x": 4.520262407227262,
"x": 4.770262407227262,
"y": 6.351128767549569
},
"nextControl": null,
Expand All @@ -49,7 +49,7 @@
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 4.0,
"maxAcceleration": 4.0,
"maxAcceleration": 2.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
Expand All @@ -64,5 +64,5 @@
"rotation": 0,
"velocity": 0
},
"useDefaultConstraints": false
"useDefaultConstraints": true
}
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/paths/Between 2-3 to 3.path
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"waypoints": [
{
"anchor": {
"x": 4.0,
"x": 4.25,
"y": 6.25
},
"prevControl": null,
"nextControl": {
"x": 4.302887526894647,
"x": 4.552887526894647,
"y": 6.2708887949582515
},
"isLocked": false,
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/paths/Between 2-3 to 4.path
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"waypoints": [
{
"anchor": {
"x": 4.0,
"x": 4.25,
"y": 6.25
},
"prevControl": null,
"nextControl": {
"x": 4.999999999999995,
"x": 5.249999999999995,
"y": 6.25
},
"isLocked": false,
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/paths/Between 2-3 to 5.path
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"waypoints": [
{
"anchor": {
"x": 4.0,
"x": 4.25,
"y": 6.25
},
"prevControl": null,
"nextControl": {
"x": 5.0,
"x": 5.25,
"y": 6.25
},
"isLocked": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
{
"anchor": {
"x": 4.0,
"x": 4.25,
"y": 6.25
},
"prevControl": {
"x": 3.0,
"x": 3.25,
"y": 6.25
},
"nextControl": null,
Expand All @@ -30,7 +30,7 @@
],
"rotationTargets": [
{
"waypointRelativePos": 0.65,
"waypointRelativePos": 0.55,
"rotationDegrees": 0.0,
"rotateFast": false
}
Expand All @@ -39,7 +39,7 @@
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 4.0,
"maxAcceleration": 4.0,
"maxAcceleration": 2.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
Expand All @@ -54,5 +54,5 @@
"rotation": 0,
"velocity": 0
},
"useDefaultConstraints": false
"useDefaultConstraints": true
}

0 comments on commit 882223a

Please sign in to comment.