Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
shift 2 piece starting position 2 inches from grid
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjcoderman committed Nov 12, 2023
1 parent 4288176 commit 50fbe07
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 deletions src/main/deploy/pathplanner/BlueLongSide3.path
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"waypoints": [
{
"anchorPoint": {
"x": 1.799999999999999,
"y": 0.5299207713800053
"x": 1.85,
"y": 0.51
},
"prevControl": null,
"nextControl": {
"x": 1.9600332105144833,
"y": 0.5299207713800053
"x": 2.0100332105144845,
"y": 0.51
},
"holonomicAngle": 0,
"isReversal": false,
Expand Down Expand Up @@ -54,15 +54,15 @@
{
"anchorPoint": {
"x": 6.568216037197056,
"y": 0.6397588949013403
"y": 0.92
},
"prevControl": {
"x": 5.077863171875938,
"y": 0.6204890486693411
"y": 0.9007301537680008
},
"nextControl": {
"x": 6.6868854132272215,
"y": 0.6412932567841927
"y": 0.9215343618828524
},
"holonomicAngle": 0,
"isReversal": false,
Expand All @@ -79,15 +79,15 @@
{
"anchorPoint": {
"x": 6.92,
"y": 0.64
"y": 0.92
},
"prevControl": {
"x": 6.766695453390906,
"y": 0.6320509564096065
"y": 0.9120509564096065
},
"nextControl": {
"x": 6.766695453390906,
"y": 0.6320509564096065
"y": 0.9120509564096065
},
"holonomicAngle": 0,
"isReversal": true,
Expand All @@ -104,15 +104,15 @@
{
"anchorPoint": {
"x": 3.915271292081048,
"y": 0.6
"y": 0.64
},
"prevControl": {
"x": 5.560403079267697,
"y": 0.6127811101776061
"y": 0.6527811101776061
},
"nextControl": {
"x": 3.008641930991514,
"y": 0.5929563516767528
"y": 0.6329563516767528
},
"holonomicAngle": 0,
"isReversal": false,
Expand Down Expand Up @@ -180,16 +180,16 @@
},
{
"anchorPoint": {
"x": 7.094282839334909,
"y": 1.4645083136320125
"x": 6.53206693003971,
"y": 1.6581414047278882
},
"prevControl": {
"x": 6.074627184336325,
"y": 0.9357979740031173
"x": 5.512411275041126,
"y": 1.129431065098993
},
"nextControl": {
"x": 7.3023971786405095,
"y": 1.5724194525312127
"x": 6.74018126934531,
"y": 1.7660525436270884
},
"holonomicAngle": -317.41999999999996,
"isReversal": false,
Expand All @@ -205,16 +205,16 @@
},
{
"anchorPoint": {
"x": 7.325520994118909,
"y": 1.6283020066040144
"x": 6.829388837094364,
"y": 1.9211569378916216
},
"prevControl": {
"x": 7.1887050858717085,
"y": 1.5252212600210928
"x": 6.692572928847164,
"y": 1.8180761913087
},
"nextControl": {
"x": 7.4623369023661095,
"y": 1.731382753186936
"x": 6.966204745341565,
"y": 2.024237684474543
},
"holonomicAngle": -317.4186311670068,
"isReversal": false,
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/RedLongSide3.path
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"waypoints": [
{
"anchorPoint": {
"x": 14.74,
"x": 14.69,
"y": 0.5299207713800053
},
"prevControl": null,
"nextControl": {
"x": 14.579966789485516,
"x": 14.529966789485515,
"y": 0.5299207713800053
},
"holonomicAngle": 180.0,
Expand Down

0 comments on commit 50fbe07

Please sign in to comment.