]> git.taranathan.com Git - FRC2026.git/commitdiff
depot outpost auto path and clean up
authorWesley28w <wesleycwong@gmail.com>
Sat, 14 Mar 2026 14:45:21 +0000 (07:45 -0700)
committerWesley28w <wesleycwong@gmail.com>
Sat, 14 Mar 2026 14:45:21 +0000 (07:45 -0700)
41 files changed:
src/main/deploy/pathplanner/autos/Depot Outpost Left Week V1.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/Left - Under trench.auto [deleted file]
src/main/deploy/pathplanner/autos/Left Week 2 slower.auto [deleted file]
src/main/deploy/pathplanner/autos/Left Week 2.auto [deleted file]
src/main/deploy/pathplanner/autos/Left Week V1.auto
src/main/deploy/pathplanner/autos/Left(No SOTM) - Under Trench.auto [deleted file]
src/main/deploy/pathplanner/autos/Parrellel.auto [deleted file]
src/main/deploy/pathplanner/autos/Right - Under Trench.auto [deleted file]
src/main/deploy/pathplanner/autos/Right Week V1.auto
src/main/deploy/pathplanner/autos/Right(2) - Under Trench.auto [deleted file]
src/main/deploy/pathplanner/autos/Shoot Only Left Week V1.auto
src/main/deploy/pathplanner/autos/Simple Test (WORKING).auto [deleted file]
src/main/deploy/pathplanner/autos/Simple Test 2.auto [deleted file]
src/main/deploy/pathplanner/autos/Simple Wrapped.auto [deleted file]
src/main/deploy/pathplanner/autos/Straight Test.auto [deleted file]
src/main/deploy/pathplanner/paths/#1 Left 2 - Under the trench.path [deleted file]
src/main/deploy/pathplanner/paths/#1 Left under the trench.path [deleted file]
src/main/deploy/pathplanner/paths/#1 Right - Under the trench.path [deleted file]
src/main/deploy/pathplanner/paths/#1 Right to neutral to outpost (diagonal).path [deleted file]
src/main/deploy/pathplanner/paths/#1(2) Right - Under the trench.path [deleted file]
src/main/deploy/pathplanner/paths/#2 Left under the trench.path [deleted file]
src/main/deploy/pathplanner/paths/#2 Left(No SOTM) under the trench.path [deleted file]
src/main/deploy/pathplanner/paths/#2 Right - Under the trench.path [deleted file]
src/main/deploy/pathplanner/paths/#2(2) Right - Under the trench.path [deleted file]
src/main/deploy/pathplanner/paths/#3 Right - Under the trench.path [deleted file]
src/main/deploy/pathplanner/paths/#3(No SOTM) Left under the trench.path [deleted file]
src/main/deploy/pathplanner/paths/DELETE THIS.path [deleted file]
src/main/deploy/pathplanner/paths/Duplicated Not Working.path [deleted file]
src/main/deploy/pathplanner/paths/Full Depot Outpost Left Path.path [new file with mode: 0644]
src/main/deploy/pathplanner/paths/Full Left Path slower.path [deleted file]
src/main/deploy/pathplanner/paths/Full Left Path.path [deleted file]
src/main/deploy/pathplanner/paths/Left Bump Edge Start.path
src/main/deploy/pathplanner/paths/Left Trench Start.path
src/main/deploy/pathplanner/paths/Left bump to full neutral to left climb (diagonal).path [deleted file]
src/main/deploy/pathplanner/paths/Left to neutral to depot (diagonal).path [deleted file]
src/main/deploy/pathplanner/paths/Left to neutral to depot.path [deleted file]
src/main/deploy/pathplanner/paths/Right Trench Start.path
src/main/deploy/pathplanner/paths/Simple.path
src/main/deploy/pathplanner/paths/Straight #2.path [deleted file]
src/main/deploy/pathplanner/paths/Straight #3.path [deleted file]
src/main/deploy/pathplanner/paths/Straight #4.path [deleted file]

diff --git a/src/main/deploy/pathplanner/autos/Depot Outpost Left Week V1.auto b/src/main/deploy/pathplanner/autos/Depot Outpost Left Week V1.auto
new file mode 100644 (file)
index 0000000..5714807
--- /dev/null
@@ -0,0 +1,61 @@
+{
+  "version": "2025.0",
+  "command": {
+    "type": "sequential",
+    "data": {
+      "commands": [
+        {
+          "type": "path",
+          "data": {
+            "pathName": "Left Bump Edge Start"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Extend Intake"
+          }
+        },
+        {
+          "type": "wait",
+          "data": {
+            "waitTime": 0.1
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Start Spindexer"
+          }
+        },
+        {
+          "type": "wait",
+          "data": {
+            "waitTime": 1.0
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Stop Spindexer"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Hood Down"
+          }
+        },
+        {
+          "type": "path",
+          "data": {
+            "pathName": "Full Depot Outpost Left Path"
+          }
+        }
+      ]
+    }
+  },
+  "resetOdom": true,
+  "folder": null,
+  "choreoAuto": false
+}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/autos/Left - Under trench.auto b/src/main/deploy/pathplanner/autos/Left - Under trench.auto
deleted file mode 100644 (file)
index ae89730..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-{
-  "version": "2025.0",
-  "command": {
-    "type": "sequential",
-    "data": {
-      "commands": [
-        {
-          "type": "path",
-          "data": {
-            "pathName": "#1 Left under the trench"
-          }
-        },
-        {
-          "type": "path",
-          "data": {
-            "pathName": "#2 Left under the trench"
-          }
-        }
-      ]
-    }
-  },
-  "resetOdom": true,
-  "folder": null,
-  "choreoAuto": false
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/autos/Left Week 2 slower.auto b/src/main/deploy/pathplanner/autos/Left Week 2 slower.auto
deleted file mode 100644 (file)
index 7e4c207..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-{
-  "version": "2025.0",
-  "command": {
-    "type": "sequential",
-    "data": {
-      "commands": [
-        {
-          "type": "path",
-          "data": {
-            "pathName": "shoot from start"
-          }
-        },
-        {
-          "type": "path",
-          "data": {
-            "pathName": "Full Left Path v3"
-          }
-        }
-      ]
-    }
-  },
-  "resetOdom": true,
-  "folder": null,
-  "choreoAuto": false
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/autos/Left Week 2.auto b/src/main/deploy/pathplanner/autos/Left Week 2.auto
deleted file mode 100644 (file)
index e8d1ec3..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-{
-  "version": "2025.0",
-  "command": {
-    "type": "sequential",
-    "data": {
-      "commands": [
-        {
-          "type": "path",
-          "data": {
-            "pathName": "Full Left Path"
-          }
-        }
-      ]
-    }
-  },
-  "resetOdom": true,
-  "folder": null,
-  "choreoAuto": false
-}
\ No newline at end of file
index a7385d55835a07c5867d43851d733f6e7b82689d..45567bf2a10d9e1dbb588b081271bdc1700b67e7 100644 (file)
             "pathName": "Left Trench Start"
           }
         },
-        {
-          "type": "wait",
-          "data": {
-            "waitTime": 0.2
-          }
-        },
         {
           "type": "named",
           "data": {
diff --git a/src/main/deploy/pathplanner/autos/Left(No SOTM) - Under Trench.auto b/src/main/deploy/pathplanner/autos/Left(No SOTM) - Under Trench.auto
deleted file mode 100644 (file)
index 3442e6d..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-{
-  "version": "2025.0",
-  "command": {
-    "type": "sequential",
-    "data": {
-      "commands": [
-        {
-          "type": "path",
-          "data": {
-            "pathName": "#1 Left 2 - Under the trench"
-          }
-        },
-        {
-          "type": "path",
-          "data": {
-            "pathName": "#2 Left(No SOTM) under the trench"
-          }
-        },
-        {
-          "type": "parallel",
-          "data": {
-            "commands": [
-              {
-                "type": "wait",
-                "data": {
-                  "waitTime": 8.0
-                }
-              },
-              {
-                "type": "named",
-                "data": {
-                  "name": "Start Intake Seizure"
-                }
-              },
-              {
-                "type": "named",
-                "data": {
-                  "name": "Start Spindexer"
-                }
-              }
-            ]
-          }
-        },
-        {
-          "type": "path",
-          "data": {
-            "pathName": "#3(No SOTM) Left under the trench"
-          }
-        },
-        {
-          "type": "parallel",
-          "data": {
-            "commands": [
-              {
-                "type": "wait",
-                "data": {
-                  "waitTime": 15.0
-                }
-              },
-              {
-                "type": "named",
-                "data": {
-                  "name": "Start Intake Seizure"
-                }
-              },
-              {
-                "type": "named",
-                "data": {
-                  "name": "Start Spindexer"
-                }
-              }
-            ]
-          }
-        }
-      ]
-    }
-  },
-  "resetOdom": true,
-  "folder": null,
-  "choreoAuto": false
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/autos/Parrellel.auto b/src/main/deploy/pathplanner/autos/Parrellel.auto
deleted file mode 100644 (file)
index 0c60425..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-{
-  "version": "2025.0",
-  "command": {
-    "type": "sequential",
-    "data": {
-      "commands": [
-        {
-          "type": "parallel",
-          "data": {
-            "commands": [
-              {
-                "type": "wait",
-                "data": {
-                  "waitTime": 1.0
-                }
-              },
-              {
-                "type": "named",
-                "data": {
-                  "name": "Extend Intake"
-                }
-              }
-            ]
-          }
-        },
-        {
-          "type": "parallel",
-          "data": {
-            "commands": [
-              {
-                "type": "named",
-                "data": {
-                  "name": "Start Spindexer"
-                }
-              },
-              {
-                "type": "wait",
-                "data": {
-                  "waitTime": 1.0
-                }
-              }
-            ]
-          }
-        },
-        {
-          "type": "parallel",
-          "data": {
-            "commands": [
-              {
-                "type": "named",
-                "data": {
-                  "name": "Stop Spindexer"
-                }
-              },
-              {
-                "type": "named",
-                "data": {
-                  "name": "Hood Down"
-                }
-              }
-            ]
-          }
-        },
-        {
-          "type": "path",
-          "data": {
-            "pathName": "Simple"
-          }
-        }
-      ]
-    }
-  },
-  "resetOdom": true,
-  "folder": null,
-  "choreoAuto": false
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/autos/Right - Under Trench.auto b/src/main/deploy/pathplanner/autos/Right - Under Trench.auto
deleted file mode 100644 (file)
index 52444d1..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-  "version": "2025.0",
-  "command": {
-    "type": "sequential",
-    "data": {
-      "commands": [
-        {
-          "type": "path",
-          "data": {
-            "pathName": "#1 Right - Under the trench"
-          }
-        },
-        {
-          "type": "path",
-          "data": {
-            "pathName": "#2 Right - Under the trench"
-          }
-        },
-        {
-          "type": "path",
-          "data": {
-            "pathName": "#3 Right - Under the trench"
-          }
-        }
-      ]
-    }
-  },
-  "resetOdom": true,
-  "folder": null,
-  "choreoAuto": false
-}
\ No newline at end of file
index 314f259acbc79660be4b9fa7398fa08a150e3488..d698cfbfa078a3c0c19b2189fa9a0661e0aa65be 100644 (file)
             "pathName": "Right Trench Start"
           }
         },
-        {
-          "type": "wait",
-          "data": {
-            "waitTime": 0.2
-          }
-        },
         {
           "type": "named",
           "data": {
diff --git a/src/main/deploy/pathplanner/autos/Right(2) - Under Trench.auto b/src/main/deploy/pathplanner/autos/Right(2) - Under Trench.auto
deleted file mode 100644 (file)
index 8fd6d66..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-{
-  "version": "2025.0",
-  "command": {
-    "type": "sequential",
-    "data": {
-      "commands": [
-        {
-          "type": "path",
-          "data": {
-            "pathName": "#1(2) Right - Under the trench"
-          }
-        },
-        {
-          "type": "path",
-          "data": {
-            "pathName": "#2(2) Right - Under the trench"
-          }
-        },
-        {
-          "type": "parallel",
-          "data": {
-            "commands": [
-              {
-                "type": "wait",
-                "data": {
-                  "waitTime": 10.0
-                }
-              },
-              {
-                "type": "named",
-                "data": {
-                  "name": "Start Spindexer"
-                }
-              }
-            ]
-          }
-        },
-        {
-          "type": "path",
-          "data": {
-            "pathName": "#3 Right - Under the trench"
-          }
-        },
-        {
-          "type": "parallel",
-          "data": {
-            "commands": [
-              {
-                "type": "wait",
-                "data": {
-                  "waitTime": 10.0
-                }
-              },
-              {
-                "type": "named",
-                "data": {
-                  "name": "Start Spindexer"
-                }
-              },
-              {
-                "type": "named",
-                "data": {
-                  "name": "Start Intake Seizure"
-                }
-              }
-            ]
-          }
-        }
-      ]
-    }
-  },
-  "resetOdom": true,
-  "folder": null,
-  "choreoAuto": false
-}
\ No newline at end of file
index b3086dbb793a44334b8f5255800a49e3bf3102af..88242af279bc95d6c280b3a9008d681f3c2028bb 100644 (file)
             "pathName": "Left Bump Edge Start"
           }
         },
-        {
-          "type": "wait",
-          "data": {
-            "waitTime": 0.2
-          }
-        },
         {
           "type": "named",
           "data": {
@@ -37,7 +31,7 @@
         {
           "type": "wait",
           "data": {
-            "waitTime": 1.0
+            "waitTime": 2.0
           }
         },
         {
diff --git a/src/main/deploy/pathplanner/autos/Simple Test (WORKING).auto b/src/main/deploy/pathplanner/autos/Simple Test (WORKING).auto
deleted file mode 100644 (file)
index ed1d866..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-{
-  "version": "2025.0",
-  "command": {
-    "type": "sequential",
-    "data": {
-      "commands": [
-        {
-          "type": "wait",
-          "data": {
-            "waitTime": 1.0
-          }
-        },
-        {
-          "type": "named",
-          "data": {
-            "name": "Extend Intake"
-          }
-        },
-        {
-          "type": "named",
-          "data": {
-            "name": "Start Spindexer"
-          }
-        },
-        {
-          "type": "wait",
-          "data": {
-            "waitTime": 1.0
-          }
-        },
-        {
-          "type": "named",
-          "data": {
-            "name": "Stop Spindexer"
-          }
-        },
-        {
-          "type": "named",
-          "data": {
-            "name": "Hood Down"
-          }
-        },
-        {
-          "type": "path",
-          "data": {
-            "pathName": "Simple"
-          }
-        }
-      ]
-    }
-  },
-  "resetOdom": true,
-  "folder": null,
-  "choreoAuto": false
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/autos/Simple Test 2.auto b/src/main/deploy/pathplanner/autos/Simple Test 2.auto
deleted file mode 100644 (file)
index 2c0a219..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-{
-  "version": "2025.0",
-  "command": {
-    "type": "sequential",
-    "data": {
-      "commands": [
-        {
-          "type": "path",
-          "data": {
-            "pathName": "Simple"
-          }
-        },
-        {
-          "type": "wait",
-          "data": {
-            "waitTime": 1.0
-          }
-        },
-        {
-          "type": "named",
-          "data": {
-            "name": "Extend Intake"
-          }
-        },
-        {
-          "type": "named",
-          "data": {
-            "name": "Start Spindexer"
-          }
-        },
-        {
-          "type": "wait",
-          "data": {
-            "waitTime": 1.0
-          }
-        },
-        {
-          "type": "named",
-          "data": {
-            "name": "Stop Spindexer"
-          }
-        },
-        {
-          "type": "named",
-          "data": {
-            "name": "Hood Down"
-          }
-        }
-      ]
-    }
-  },
-  "resetOdom": true,
-  "folder": null,
-  "choreoAuto": false
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/autos/Simple Wrapped.auto b/src/main/deploy/pathplanner/autos/Simple Wrapped.auto
deleted file mode 100644 (file)
index a00771e..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-{
-  "version": "2025.0",
-  "command": {
-    "type": "sequential",
-    "data": {
-      "commands": [
-        {
-          "type": "sequential",
-          "data": {
-            "commands": [
-              {
-                "type": "wait",
-                "data": {
-                  "waitTime": 1.0
-                }
-              },
-              {
-                "type": "named",
-                "data": {
-                  "name": "Extend Intake"
-                }
-              },
-              {
-                "type": "wait",
-                "data": {
-                  "waitTime": 1.0
-                }
-              },
-              {
-                "type": "named",
-                "data": {
-                  "name": "Start Spindexer"
-                }
-              },
-              {
-                "type": "named",
-                "data": {
-                  "name": "Stop Spindexer"
-                }
-              },
-              {
-                "type": "named",
-                "data": {
-                  "name": "Hood Down"
-                }
-              }
-            ]
-          }
-        },
-        {
-          "type": "path",
-          "data": {
-            "pathName": "Simple"
-          }
-        }
-      ]
-    }
-  },
-  "resetOdom": true,
-  "folder": null,
-  "choreoAuto": false
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/autos/Straight Test.auto b/src/main/deploy/pathplanner/autos/Straight Test.auto
deleted file mode 100644 (file)
index 372699c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-{
-  "version": "2025.0",
-  "command": {
-    "type": "sequential",
-    "data": {
-      "commands": [
-        {
-          "type": "path",
-          "data": {
-            "pathName": "Straight Line"
-          }
-        }
-      ]
-    }
-  },
-  "resetOdom": true,
-  "folder": null,
-  "choreoAuto": false
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/#1 Left 2 - Under the trench.path b/src/main/deploy/pathplanner/paths/#1 Left 2 - Under the trench.path
deleted file mode 100644 (file)
index 80259b3..0000000
+++ /dev/null
@@ -1,138 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 4.332135231316728,
-        "y": 7.623190984578885
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 5.332740213523133,
-        "y": 7.3757295373665475
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.6997627520759195,
-        "y": 7.128268090154211
-      },
-      "prevControl": {
-        "x": 7.036176926828434,
-        "y": 7.610051586728687
-      },
-      "nextControl": {
-        "x": 8.08506207136292,
-        "y": 6.848529062870701
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.979501779359431,
-        "y": 6.1814590747330955
-      },
-      "prevControl": {
-        "x": 8.02072158843106,
-        "y": 6.462503227494206
-      },
-      "nextControl": {
-        "x": 7.8611506524317925,
-        "y": 5.374519572953736
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.841663907284769,
-        "y": 4.4778559602649
-      },
-      "prevControl": {
-        "x": 7.936465005931199,
-        "y": 5.460593119810201
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 1.6,
-      "rotationDegrees": -104.27189939195472
-    }
-  ],
-  "constraintZones": [],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Extend intake",
-      "waypointRelativePos": 0.0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "parallel",
-        "data": {
-          "commands": [
-            {
-              "type": "named",
-              "data": {
-                "name": "Spin Intake Rollers"
-              }
-            },
-            {
-              "type": "named",
-              "data": {
-                "name": "Extend Intake"
-              }
-            }
-          ]
-        }
-      }
-    },
-    {
-      "name": "Hood Down",
-      "waypointRelativePos": 0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Stop Hood Down",
-      "waypointRelativePos": 0.5534308211473522,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Hood Down"
-        }
-      }
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": -110.0
-  },
-  "reversed": false,
-  "folder": "Left Autos",
-  "idealStartingState": {
-    "velocity": 0.0,
-    "rotation": 0.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/#1 Left under the trench.path b/src/main/deploy/pathplanner/paths/#1 Left under the trench.path
deleted file mode 100644 (file)
index 86db7f0..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 4.332135231316728,
-        "y": 7.623190984578885
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 5.332740213523133,
-        "y": 7.3757295373665475
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.841663907284769,
-        "y": 7.354211150652431
-      },
-      "prevControl": {
-        "x": 7.0217100817524996,
-        "y": 7.365924776731462
-      },
-      "nextControl": {
-        "x": 8.594807442278832,
-        "y": 7.3434519572953745
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 8.67884934756821,
-        "y": 6.21373665480427
-      },
-      "prevControl": {
-        "x": 8.72006915663984,
-        "y": 6.49478080756538
-      },
-      "nextControl": {
-        "x": 8.560498220640572,
-        "y": 5.406797153024911
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.841663907284769,
-        "y": 4.4778559602649
-      },
-      "prevControl": {
-        "x": 8.721886120996441,
-        "y": 5.148576512455516
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 1.6,
-      "rotationDegrees": -104.27189939195472
-    }
-  ],
-  "constraintZones": [
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 1.5658042744656906,
-      "maxWaypointRelativePos": 2.759480519480524,
-      "constraints": {
-        "maxVelocity": 2.0,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    }
-  ],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Intake",
-      "waypointRelativePos": 0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "parallel",
-        "data": {
-          "commands": [
-            {
-              "type": "named",
-              "data": {
-                "name": "Spin Intake Rollers"
-              }
-            }
-          ]
-        }
-      }
-    },
-    {
-      "name": "Hood Down",
-      "waypointRelativePos": 0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Stop Hood Down",
-      "waypointRelativePos": 0.5534308211473522,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Hood Down"
-        }
-      }
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": -110.0
-  },
-  "reversed": false,
-  "folder": "Left Autos",
-  "idealStartingState": {
-    "velocity": 0.0,
-    "rotation": 0.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/#1 Right - Under the trench.path b/src/main/deploy/pathplanner/paths/#1 Right - Under the trench.path
deleted file mode 100644 (file)
index bddb1c8..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 3.5467141162514837,
-        "y": 0.6942704626334513
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 5.83681954887218,
-        "y": 0.7017406015037613
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.8826690391459096,
-        "y": 2.1682799525557948
-      },
-      "prevControl": {
-        "x": 7.861619393091291,
-        "y": 0.7805036397300531
-      },
-      "nextControl": {
-        "x": 7.892483443708608,
-        "y": 2.8153311258278144
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.8826690391459096,
-        "y": 3.4687251655629137
-      },
-      "prevControl": {
-        "x": 7.889928972920745,
-        "y": 2.8298509933774842
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 0.42628774422735277,
-      "rotationDegrees": 29.999999999999996
-    },
-    {
-      "waypointRelativePos": 0.6975023126734518,
-      "rotationDegrees": 75.848
-    }
-  ],
-  "constraintZones": [
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 0.7792207792207767,
-      "maxWaypointRelativePos": 1.6989130434782616,
-      "constraints": {
-        "maxVelocity": 1.5,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    }
-  ],
-  "pointTowardsZones": [],
-  "eventMarkers": [],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": 90.0
-  },
-  "reversed": false,
-  "folder": "Right Autos",
-  "idealStartingState": {
-    "velocity": 0,
-    "rotation": 0.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/#1 Right to neutral to outpost (diagonal).path b/src/main/deploy/pathplanner/paths/#1 Right to neutral to outpost (diagonal).path
deleted file mode 100644 (file)
index 2c9b974..0000000
+++ /dev/null
@@ -1,195 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 3.5467141162514837,
-        "y": 0.6942704626334513
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 5.83681954887218,
-        "y": 0.7017406015037613
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.8826690391459096,
-        "y": 2.1682799525557948
-      },
-      "prevControl": {
-        "x": 7.781962564626875,
-        "y": 0.7840023835584544
-      },
-      "nextControl": {
-        "x": 8.006240601503759,
-        "y": 3.866853383458647
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 6.580806642941877,
-        "y": 3.308754448403956
-      },
-      "prevControl": {
-        "x": 7.1833214709371305,
-        "y": 3.6853262158956106
-      },
-      "nextControl": {
-        "x": 6.247722766288802,
-        "y": 3.100577025498758
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 5.892218268090155,
-        "y": 2.6094068801897983
-      },
-      "prevControl": {
-        "x": 6.200287730001162,
-        "y": 2.6999026882151997
-      },
-      "nextControl": {
-        "x": 5.424140073124572,
-        "y": 2.4719082972088007
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 3.5467141162514837,
-        "y": 2.6094068801897983
-      },
-      "prevControl": {
-        "x": 4.337992311740203,
-        "y": 2.6094068801897983
-      },
-      "nextControl": {
-        "x": 2.7662089773077088,
-        "y": 2.6094068801897983
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 1.6853736654804279,
-        "y": 1.67335705812574
-      },
-      "prevControl": {
-        "x": 1.9977507225713445,
-        "y": 1.9030460706925902
-      },
-      "nextControl": {
-        "x": 1.3195610913404516,
-        "y": 1.4043772241992871
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 0.7278054567022547,
-        "y": 0.6942704626334513
-      },
-      "prevControl": {
-        "x": 0.9860260972716497,
-        "y": 0.9202135231370516
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 0.42628774422735277,
-      "rotationDegrees": 20.0
-    },
-    {
-      "waypointRelativePos": 1.2397868561279017,
-      "rotationDegrees": 95.509
-    },
-    {
-      "waypointRelativePos": 1.8117229129662467,
-      "rotationDegrees": -165.138
-    },
-    {
-      "waypointRelativePos": 3.01,
-      "rotationDegrees": -139.785
-    },
-    {
-      "waypointRelativePos": 3.9217002237136356,
-      "rotationDegrees": -131.765
-    },
-    {
-      "waypointRelativePos": 4.421476510067107,
-      "rotationDegrees": -136.412
-    },
-    {
-      "waypointRelativePos": 6.0,
-      "rotationDegrees": 180.0
-    }
-  ],
-  "constraintZones": [
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 0.6945652173913047,
-      "maxWaypointRelativePos": 1.6989130434782616,
-      "constraints": {
-        "maxVelocity": 1.0,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    }
-  ],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Extend intake",
-      "waypointRelativePos": 0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Extend intake"
-        }
-      }
-    },
-    {
-      "name": "Intake",
-      "waypointRelativePos": 0.16197975253094485,
-      "endWaypointRelativePos": 6.0,
-      "command": null
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": 178.849
-  },
-  "reversed": false,
-  "folder": "Right Autos",
-  "idealStartingState": {
-    "velocity": 0,
-    "rotation": -1.908999999999992
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/#1(2) Right - Under the trench.path b/src/main/deploy/pathplanner/paths/#1(2) Right - Under the trench.path
deleted file mode 100644 (file)
index 60afbec..0000000
+++ /dev/null
@@ -1,164 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 4.396690391459075,
-        "y": 0.43604982206405685
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 6.580806642941875,
-        "y": 0.6081969157769855
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.473819691577701,
-        "y": 0.7050296559905087
-      },
-      "prevControl": {
-        "x": 6.900135583661412,
-        "y": 0.6586455042615077
-      },
-      "nextControl": {
-        "x": 8.083379410993413,
-        "y": 0.7543144629480538
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 8.574917218543046,
-        "y": 1.5158029801324506
-      },
-      "prevControl": {
-        "x": 8.57960288807054,
-        "y": 0.5564572982632667
-      },
-      "nextControl": {
-        "x": 8.571257413997628,
-        "y": 2.265112692763938
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 8.089,
-        "y": 3.57
-      },
-      "prevControl": {
-        "x": 8.62505338078292,
-        "y": 2.275871886120997
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 0.85,
-      "rotationDegrees": 29.999999999999996
-    },
-    {
-      "waypointRelativePos": 1.4,
-      "rotationDegrees": 90.84924216679515
-    }
-  ],
-  "constraintZones": [
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 1.55,
-      "maxWaypointRelativePos": 2.6989130434782616,
-      "constraints": {
-        "maxVelocity": 2.0,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    },
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 0,
-      "maxWaypointRelativePos": 1.45,
-      "constraints": {
-        "maxVelocity": 6.0,
-        "maxAcceleration": 5.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    }
-  ],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Intake",
-      "waypointRelativePos": 0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "parallel",
-        "data": {
-          "commands": [
-            {
-              "type": "named",
-              "data": {
-                "name": "Extend Intake"
-              }
-            },
-            {
-              "type": "named",
-              "data": {
-                "name": "Spin Intake Rollers"
-              }
-            },
-            {
-              "type": "named",
-              "data": {
-                "name": "Hood Down"
-              }
-            }
-          ]
-        }
-      }
-    },
-    {
-      "name": "Stop Hood Down",
-      "waypointRelativePos": 0.65,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Hood Down"
-        }
-      }
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": 105.351
-  },
-  "reversed": false,
-  "folder": "Right Autos",
-  "idealStartingState": {
-    "velocity": 0,
-    "rotation": 0.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/#2 Left under the trench.path b/src/main/deploy/pathplanner/paths/#2 Left under the trench.path
deleted file mode 100644 (file)
index ca7933b..0000000
+++ /dev/null
@@ -1,187 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 7.842,
-        "y": 4.478
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 7.842,
-        "y": 5.43426106653874
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 5.8451821192052975,
-        "y": 7.323051878639669
-      },
-      "prevControl": {
-        "x": 6.4550165562913895,
-        "y": 7.192373070692649
-      },
-      "nextControl": {
-        "x": 4.659685730435731,
-        "y": 7.577086819090291
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 2.2515149006622517,
-        "y": 7.323051878639669
-      },
-      "prevControl": {
-        "x": 2.6675761428688918,
-        "y": 7.310123128570731
-      },
-      "nextControl": {
-        "x": 1.0608857615894038,
-        "y": 7.360049668874171
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 0.4437913907284766,
-        "y": 6.8518543046357605
-      },
-      "prevControl": {
-        "x": 0.4401070495085867,
-        "y": 7.334503004441318
-      },
-      "nextControl": {
-        "x": 0.45105132450331153,
-        "y": 5.90080298013245
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 0.7196688741721855,
-        "y": 5.094950331125827
-      },
-      "prevControl": {
-        "x": 0.15262357322010534,
-        "y": 5.448191666145155
-      },
-      "nextControl": {
-        "x": 1.1625248344370864,
-        "y": 4.819072847682119
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 2.0772764900662253,
-        "y": 4.717433774834436
-      },
-      "prevControl": {
-        "x": 1.5981208609271524,
-        "y": 5.109326158940396
-      },
-      "nextControl": {
-        "x": 2.4191612353964573,
-        "y": 4.4378126668081
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 2.0772764900662253,
-        "y": 2.9750496688741723
-      },
-      "prevControl": {
-        "x": 2.3277442052980133,
-        "y": 3.7174499172185445
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 0.5,
-      "rotationDegrees": -69.44799999999998
-    },
-    {
-      "waypointRelativePos": 1.2283611599297022,
-      "rotationDegrees": 0.4130000000000109
-    },
-    {
-      "waypointRelativePos": 2.2978723404255277,
-      "rotationDegrees": -90.0
-    }
-  ],
-  "constraintZones": [
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 3.75,
-      "maxWaypointRelativePos": 3.75,
-      "constraints": {
-        "maxVelocity": 2.0,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    },
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 0,
-      "maxWaypointRelativePos": 1.0565217391304353,
-      "constraints": {
-        "maxVelocity": 5.0,
-        "maxAcceleration": 5.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    },
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 2.7392226148409877,
-      "maxWaypointRelativePos": 3.697526501766785,
-      "constraints": {
-        "maxVelocity": 1.5,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    }
-  ],
-  "pointTowardsZones": [],
-  "eventMarkers": [],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": -90.0
-  },
-  "reversed": false,
-  "folder": "Left Autos",
-  "idealStartingState": {
-    "velocity": 0.0,
-    "rotation": -90.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/#2 Left(No SOTM) under the trench.path b/src/main/deploy/pathplanner/paths/#2 Left(No SOTM) under the trench.path
deleted file mode 100644 (file)
index e0e4e33..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 7.842,
-        "y": 4.478
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 8.226963226571769,
-        "y": 5.202372479240807
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 5.816903914590748,
-        "y": 7.41876631079478
-      },
-      "prevControl": {
-        "x": 7.157170659761689,
-        "y": 7.27343618180034
-      },
-      "nextControl": {
-        "x": 4.030877817319099,
-        "y": 7.612431791221827
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 3.0302728351126933,
-        "y": 7.042194543297747
-      },
-      "prevControl": {
-        "x": 3.3853262158956117,
-        "y": 7.300415183867142
-      },
-      "nextControl": {
-        "x": 2.6936266796220245,
-        "y": 6.797360975668169
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 2.18,
-        "y": 5.966
-      },
-      "prevControl": {
-        "x": 2.224810422787547,
-        "y": 6.241444208960923
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 0.5,
-      "rotationDegrees": 40.0
-    },
-    {
-      "waypointRelativePos": 0.927175843694493,
-      "rotationDegrees": -179.587
-    },
-    {
-      "waypointRelativePos": 1.4422735346358764,
-      "rotationDegrees": 180.0
-    }
-  ],
-  "constraintZones": [],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Retract Intake",
-      "waypointRelativePos": 0.65466816647919,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "parallel",
-        "data": {
-          "commands": [
-            {
-              "type": "named",
-              "data": {
-                "name": "Stop Intake Rollers"
-              }
-            },
-            {
-              "type": "named",
-              "data": {
-                "name": "Retract Intake"
-              }
-            }
-          ]
-        }
-      }
-    },
-    {
-      "name": "Hood Down",
-      "waypointRelativePos": 0.9111361079864995,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Stop Hood Down",
-      "waypointRelativePos": 1.7885264341957245,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Hood Down"
-        }
-      }
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": 180.0
-  },
-  "reversed": false,
-  "folder": "Left Autos",
-  "idealStartingState": {
-    "velocity": 0.0,
-    "rotation": -110.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/#2 Right - Under the trench.path b/src/main/deploy/pathplanner/paths/#2 Right - Under the trench.path
deleted file mode 100644 (file)
index fee7abd..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 7.883,
-        "y": 3.469
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 7.071290738661256,
-        "y": 0.9383553862482001
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 5.7871026490066235,
-        "y": 0.5865314569536417
-      },
-      "prevControl": {
-        "x": 6.035164509263001,
-        "y": 0.617600951415989
-      },
-      "nextControl": {
-        "x": 3.0682440376782023,
-        "y": 0.24599719472861176
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 0.6398096026490065,
-        "y": 0.65
-      },
-      "prevControl": {
-        "x": 1.0581491579606932,
-        "y": 0.7153598580391806
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 1.4412580943570767,
-      "rotationDegrees": 180.0
-    }
-  ],
-  "constraintZones": [
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 0.3407792207792205,
-      "maxWaypointRelativePos": 1.1968831168831167,
-      "constraints": {
-        "maxVelocity": 4.0,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    }
-  ],
-  "pointTowardsZones": [],
-  "eventMarkers": [],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": 180.0
-  },
-  "reversed": false,
-  "folder": "Right Autos",
-  "idealStartingState": {
-    "velocity": 0,
-    "rotation": 90.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/#2(2) Right - Under the trench.path b/src/main/deploy/pathplanner/paths/#2(2) Right - Under the trench.path
deleted file mode 100644 (file)
index 62bb109..0000000
+++ /dev/null
@@ -1,191 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 8.089,
-        "y": 3.57
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 7.441542111506526,
-        "y": 1.2107117437722423
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.387746144721234,
-        "y": 1.2107117437722423
-      },
-      "prevControl": {
-        "x": 8.11688346339922,
-        "y": 1.9690145551973557
-      },
-      "nextControl": {
-        "x": 7.118766310794782,
-        "y": 0.9309727164887294
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 3.4713997627520765,
-        "y": 0.65
-      },
-      "prevControl": {
-        "x": 4.171640146504625,
-        "y": 0.6887086146050574
-      },
-      "nextControl": {
-        "x": 2.7711593789995277,
-        "y": 0.6112913853949427
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 0.62,
-        "y": 0.65
-      },
-      "prevControl": {
-        "x": 1.0383395553116865,
-        "y": 0.7153598580391806
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 1.9,
-      "rotationDegrees": 180.0
-    }
-  ],
-  "constraintZones": [
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 0.3407792207792205,
-      "maxWaypointRelativePos": 1.4,
-      "constraints": {
-        "maxVelocity": 3.0,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    },
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 1.85,
-      "maxWaypointRelativePos": 3.0,
-      "constraints": {
-        "maxVelocity": 1.5,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    },
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 0,
-      "maxWaypointRelativePos": 0.5129358830146232,
-      "constraints": {
-        "maxVelocity": 3.0,
-        "maxAcceleration": 1.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    }
-  ],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Retract Intake",
-      "waypointRelativePos": 0.5354330708661407,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "parallel",
-        "data": {
-          "commands": [
-            {
-              "type": "named",
-              "data": {
-                "name": "Retract Intake"
-              }
-            },
-            {
-              "type": "named",
-              "data": {
-                "name": "Hood Down"
-              }
-            }
-          ]
-        }
-      }
-    },
-    {
-      "name": "Extend Intake",
-      "waypointRelativePos": 1.5,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "parallel",
-        "data": {
-          "commands": [
-            {
-              "type": "named",
-              "data": {
-                "name": "Stop Hood Down"
-              }
-            },
-            {
-              "type": "named",
-              "data": {
-                "name": "Extend Intake"
-              }
-            }
-          ]
-        }
-      }
-    },
-    {
-      "name": "Start Spindexer",
-      "waypointRelativePos": 1.55,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Start Spindexer"
-        }
-      }
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": 180.0
-  },
-  "reversed": false,
-  "folder": "Right Autos",
-  "idealStartingState": {
-    "velocity": 0,
-    "rotation": 105.351
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/#3 Right - Under the trench.path b/src/main/deploy/pathplanner/paths/#3 Right - Under the trench.path
deleted file mode 100644 (file)
index 639dac6..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 0.62,
-        "y": 0.65
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 1.520041390728477,
-        "y": 1.4359437086129003
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 1.7650993377483442,
-        "y": 2.844370860930782
-      },
-      "prevControl": {
-        "x": 1.6634602649006622,
-        "y": 2.1038576158976685
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [],
-  "constraintZones": [],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Stop Spindexer",
-      "waypointRelativePos": 0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Spindexer"
-        }
-      }
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": -90.0
-  },
-  "reversed": false,
-  "folder": "Right Autos",
-  "idealStartingState": {
-    "velocity": 0,
-    "rotation": 180.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/#3(No SOTM) Left under the trench.path b/src/main/deploy/pathplanner/paths/#3(No SOTM) Left under the trench.path
deleted file mode 100644 (file)
index fdb2b57..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 2.18,
-        "y": 5.966
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 0.925765932523468,
-        "y": 5.968318426038064
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 0.6847686832740218,
-        "y": 5.966
-      },
-      "prevControl": {
-        "x": 1.497518014658156,
-        "y": 5.9695580132966395
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [],
-  "constraintZones": [],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Getting Ready",
-      "waypointRelativePos": 0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "sequential",
-        "data": {
-          "commands": [
-            {
-              "type": "parallel",
-              "data": {
-                "commands": [
-                  {
-                    "type": "named",
-                    "data": {
-                      "name": "Stop Intake Seizure"
-                    }
-                  },
-                  {
-                    "type": "named",
-                    "data": {
-                      "name": "Stop Spindexer"
-                    }
-                  }
-                ]
-              }
-            },
-            {
-              "type": "parallel",
-              "data": {
-                "commands": [
-                  {
-                    "type": "named",
-                    "data": {
-                      "name": "Extend Intake"
-                    }
-                  },
-                  {
-                    "type": "named",
-                    "data": {
-                      "name": "Spin Intake Rollers"
-                    }
-                  }
-                ]
-              }
-            }
-          ]
-        }
-      }
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": 180.0
-  },
-  "reversed": false,
-  "folder": "Left Autos",
-  "idealStartingState": {
-    "velocity": 0.0,
-    "rotation": 180.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/DELETE THIS.path b/src/main/deploy/pathplanner/paths/DELETE THIS.path
deleted file mode 100644 (file)
index 107dcf0..0000000
+++ /dev/null
@@ -1,152 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 4.332135231316728,
-        "y": 7.623190984578885
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 5.332740213523133,
-        "y": 7.3757295373665475
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.6997627520759195,
-        "y": 7.128268090154211
-      },
-      "prevControl": {
-        "x": 7.036176926828434,
-        "y": 7.610051586728687
-      },
-      "nextControl": {
-        "x": 8.08506207136292,
-        "y": 6.848529062870701
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.979501779359431,
-        "y": 6.1814590747330955
-      },
-      "prevControl": {
-        "x": 8.02072158843106,
-        "y": 6.462503227494206
-      },
-      "nextControl": {
-        "x": 7.8611506524317925,
-        "y": 5.374519572953736
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.841663907284769,
-        "y": 4.4778559602649
-      },
-      "prevControl": {
-        "x": 7.936465005931199,
-        "y": 5.460593119810201
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 1.6,
-      "rotationDegrees": -104.27189939195472
-    }
-  ],
-  "constraintZones": [
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 1.5658042744656906,
-      "maxWaypointRelativePos": 2.759480519480524,
-      "constraints": {
-        "maxVelocity": 2.0,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    }
-  ],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Extend intake",
-      "waypointRelativePos": 0.0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "parallel",
-        "data": {
-          "commands": [
-            {
-              "type": "named",
-              "data": {
-                "name": "Spin Intake Rollers"
-              }
-            },
-            {
-              "type": "named",
-              "data": {
-                "name": "Extend Intake"
-              }
-            }
-          ]
-        }
-      }
-    },
-    {
-      "name": "Hood Down",
-      "waypointRelativePos": 0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Stop Hood Down",
-      "waypointRelativePos": 0.5534308211473522,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Hood Down"
-        }
-      }
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": -110.0
-  },
-  "reversed": false,
-  "folder": "Left Autos",
-  "idealStartingState": {
-    "velocity": 0.0,
-    "rotation": 0.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/Duplicated Not Working.path b/src/main/deploy/pathplanner/paths/Duplicated Not Working.path
deleted file mode 100644 (file)
index 259e22e..0000000
+++ /dev/null
@@ -1,150 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 7.842,
-        "y": 4.478
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 8.592775800711744,
-        "y": 7.429525504151838
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 5.730830367740831,
-        "y": 8.67
-      },
-      "prevControl": {
-        "x": 7.0789534313387525,
-        "y": 8.67
-      },
-      "nextControl": {
-        "x": 3.9343350188895077,
-        "y": 8.67
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 2.5353499406880196,
-        "y": 7.526358244365362
-      },
-      "prevControl": {
-        "x": 2.9979952550415194,
-        "y": 8.591518386714121
-      },
-      "nextControl": {
-        "x": 2.3695164161432727,
-        "y": 7.1445554785530385
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 2.18,
-        "y": 5.966
-      },
-      "prevControl": {
-        "x": 2.224810422787547,
-        "y": 6.241444208960923
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 0.21847246891652505,
-      "rotationDegrees": 40.0
-    },
-    {
-      "waypointRelativePos": 0.4476021314387213,
-      "rotationDegrees": 150.0
-    },
-    {
-      "waypointRelativePos": 0.927175843694493,
-      "rotationDegrees": -179.587
-    },
-    {
-      "waypointRelativePos": 1.4422735346358764,
-      "rotationDegrees": 180.0
-    }
-  ],
-  "constraintZones": [],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Retract Intake",
-      "waypointRelativePos": 0.65466816647919,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "parallel",
-        "data": {
-          "commands": [
-            {
-              "type": "named",
-              "data": {
-                "name": "Retract Intake"
-              }
-            },
-            {
-              "type": "named",
-              "data": {
-                "name": "Stop Intake Rollers"
-              }
-            }
-          ]
-        }
-      }
-    },
-    {
-      "name": "Hood Down",
-      "waypointRelativePos": 0.9111361079864995,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Stop Hood Down",
-      "waypointRelativePos": 1.7885264341957245,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Hood Down"
-        }
-      }
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": 180.0
-  },
-  "reversed": false,
-  "folder": "Left Autos",
-  "idealStartingState": {
-    "velocity": 0.0,
-    "rotation": -110.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/Full Depot Outpost Left Path.path b/src/main/deploy/pathplanner/paths/Full Depot Outpost Left Path.path
new file mode 100644 (file)
index 0000000..5da4d4a
--- /dev/null
@@ -0,0 +1,251 @@
+{
+  "version": "2025.0",
+  "waypoints": [
+    {
+      "anchor": {
+        "x": 3.6,
+        "y": 6.05
+      },
+      "prevControl": null,
+      "nextControl": {
+        "x": 2.497585358790806,
+        "y": 7.371426793985635
+      },
+      "isLocked": false,
+      "linkedName": null
+    },
+    {
+      "anchor": {
+        "x": 1.3498603153880282,
+        "y": 7.307390914356006
+      },
+      "prevControl": {
+        "x": 2.622835865156547,
+        "y": 7.374641710073599
+      },
+      "nextControl": {
+        "x": 0.9474568787738418,
+        "y": 7.28613209967043
+      },
+      "isLocked": false,
+      "linkedName": null
+    },
+    {
+      "anchor": {
+        "x": 0.49206821469358375,
+        "y": 6.05
+      },
+      "prevControl": {
+        "x": 0.43990784142969475,
+        "y": 7.58085561343008
+      },
+      "nextControl": {
+        "x": 0.5175963705867532,
+        "y": 5.300773752099814
+      },
+      "isLocked": false,
+      "linkedName": null
+    },
+    {
+      "anchor": {
+        "x": 0.8009626012676576,
+        "y": 1.8443955439856348
+      },
+      "prevControl": {
+        "x": 0.3486938056834013,
+        "y": 2.796745851831025
+      },
+      "nextControl": {
+        "x": 1.1035102974085251,
+        "y": 1.2073155721395767
+      },
+      "isLocked": false,
+      "linkedName": null
+    },
+    {
+      "anchor": {
+        "x": 1.3498603153880282,
+        "y": 0.6529082754671163
+      },
+      "prevControl": {
+        "x": 1.108155409599228,
+        "y": 0.7167732777580995
+      },
+      "nextControl": null,
+      "isLocked": false,
+      "linkedName": null
+    }
+  ],
+  "rotationTargets": [
+    {
+      "waypointRelativePos": 1.3,
+      "rotationDegrees": -90.0
+    },
+    {
+      "waypointRelativePos": 2.7,
+      "rotationDegrees": -90.0
+    }
+  ],
+  "constraintZones": [
+    {
+      "name": "Depot",
+      "minWaypointRelativePos": 4.0,
+      "maxWaypointRelativePos": 4.5,
+      "constraints": {
+        "maxVelocity": 0.5,
+        "maxAcceleration": 2.0,
+        "maxAngularVelocity": 200.0,
+        "maxAngularAcceleration": 300.0,
+        "nominalVoltage": 12.0,
+        "unlimited": false
+      }
+    },
+    {
+      "name": "Constraints Zone",
+      "minWaypointRelativePos": 0.4,
+      "maxWaypointRelativePos": 0.8,
+      "constraints": {
+        "maxVelocity": 0.3,
+        "maxAcceleration": 2.0,
+        "maxAngularVelocity": 200.0,
+        "maxAngularAcceleration": 300.0,
+        "nominalVoltage": 12.0,
+        "unlimited": false
+      }
+    },
+    {
+      "name": "Constraints Zone",
+      "minWaypointRelativePos": 1.0,
+      "maxWaypointRelativePos": 3.0,
+      "constraints": {
+        "maxVelocity": 2.0,
+        "maxAcceleration": 1.0,
+        "maxAngularVelocity": 200.0,
+        "maxAngularAcceleration": 300.0,
+        "nominalVoltage": 12.0,
+        "unlimited": false
+      }
+    }
+  ],
+  "pointTowardsZones": [],
+  "eventMarkers": [
+    {
+      "name": "Hood Down",
+      "waypointRelativePos": 0,
+      "endWaypointRelativePos": null,
+      "command": {
+        "type": "named",
+        "data": {
+          "name": "Hood Down"
+        }
+      }
+    },
+    {
+      "name": "Extend Intake",
+      "waypointRelativePos": 0.2,
+      "endWaypointRelativePos": null,
+      "command": {
+        "type": "named",
+        "data": {
+          "name": "Extend Intake"
+        }
+      }
+    },
+    {
+      "name": "Spin Intake Rollers",
+      "waypointRelativePos": 0.2,
+      "endWaypointRelativePos": null,
+      "command": {
+        "type": "named",
+        "data": {
+          "name": "Spin Intake Rollers"
+        }
+      }
+    },
+    {
+      "name": "Start Spindexer",
+      "waypointRelativePos": 0.2,
+      "endWaypointRelativePos": null,
+      "command": {
+        "type": "named",
+        "data": {
+          "name": "Start Spindexer"
+        }
+      }
+    },
+    {
+      "name": "Stop Hood Down",
+      "waypointRelativePos": 0.2,
+      "endWaypointRelativePos": null,
+      "command": {
+        "type": "named",
+        "data": {
+          "name": "Stop Hood Down"
+        }
+      }
+    },
+    {
+      "name": "Stop Spindexer",
+      "waypointRelativePos": 1.0,
+      "endWaypointRelativePos": null,
+      "command": {
+        "type": "named",
+        "data": {
+          "name": "Stop Spindexer"
+        }
+      }
+    },
+    {
+      "name": "Hood Down",
+      "waypointRelativePos": 1.4,
+      "endWaypointRelativePos": null,
+      "command": {
+        "type": "named",
+        "data": {
+          "name": "Hood Down"
+        }
+      }
+    },
+    {
+      "name": "Stop Hood Down",
+      "waypointRelativePos": 3.4,
+      "endWaypointRelativePos": null,
+      "command": {
+        "type": "named",
+        "data": {
+          "name": "Stop Hood Down"
+        }
+      }
+    },
+    {
+      "name": "Start Spindexer",
+      "waypointRelativePos": 3.6,
+      "endWaypointRelativePos": null,
+      "command": {
+        "type": "named",
+        "data": {
+          "name": "Start Spindexer"
+        }
+      }
+    }
+  ],
+  "globalConstraints": {
+    "maxVelocity": 1.5,
+    "maxAcceleration": 1.5,
+    "maxAngularVelocity": 200.0,
+    "maxAngularAcceleration": 150.0,
+    "nominalVoltage": 12.0,
+    "unlimited": false
+  },
+  "goalEndState": {
+    "velocity": 0.0,
+    "rotation": 180.0
+  },
+  "reversed": false,
+  "folder": "week 2 autos",
+  "idealStartingState": {
+    "velocity": 0,
+    "rotation": 0.0
+  },
+  "useDefaultConstraints": false
+}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/Full Left Path slower.path b/src/main/deploy/pathplanner/paths/Full Left Path slower.path
deleted file mode 100644 (file)
index 08c833c..0000000
+++ /dev/null
@@ -1,299 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 4.461245551596047,
-        "y": 7.623190984573506
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 7.613160638537474,
-        "y": 7.456089060354733
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.667485172004747,
-        "y": 6.428920521945433
-      },
-      "prevControl": {
-        "x": 7.545273564909296,
-        "y": 6.647012986490055
-      },
-      "nextControl": {
-        "x": 8.2418218927067,
-        "y": 5.403989143712815
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.667485172004747,
-        "y": 4.6644128113879
-      },
-      "prevControl": {
-        "x": 7.975395404605428,
-        "y": 5.131586957402723
-      },
-      "nextControl": {
-        "x": 7.35546856465006,
-        "y": 4.191008303677343
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 6.236512455516015,
-        "y": 5.084021352313167
-      },
-      "prevControl": {
-        "x": 6.5799561936021105,
-        "y": 4.75215445445843
-      },
-      "nextControl": {
-        "x": 5.65645110998725,
-        "y": 5.644529924630823
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 6.236512455516015,
-        "y": 7.268137603795967
-      },
-      "prevControl": {
-        "x": 6.709845339124411,
-        "y": 6.5665940697865075
-      },
-      "nextControl": {
-        "x": 5.8207588839551905,
-        "y": 7.884340787581406
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 0.6013318584144021,
-        "y": 7.134601236249081
-      },
-      "prevControl": {
-        "x": 3.5546210957312354,
-        "y": 7.467259667375804
-      },
-      "nextControl": {
-        "x": 0.35290289496152694,
-        "y": 7.106618203573367
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 0.4588256227758012,
-        "y": 5.084021352313167
-      },
-      "prevControl": {
-        "x": 0.5558396548739409,
-        "y": 5.465118366137181
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 1.087033747779748,
-      "rotationDegrees": -90.0
-    },
-    {
-      "waypointRelativePos": 2.5364120781527437,
-      "rotationDegrees": 155.02674741986806
-    },
-    {
-      "waypointRelativePos": 3.85,
-      "rotationDegrees": 138.60721817200425
-    },
-    {
-      "waypointRelativePos": 4.4,
-      "rotationDegrees": 180.0
-    },
-    {
-      "waypointRelativePos": 4.660237388724038,
-      "rotationDegrees": 180.0
-    },
-    {
-      "waypointRelativePos": 4.95,
-      "rotationDegrees": -89.50334218867351
-    }
-  ],
-  "constraintZones": [
-    {
-      "name": "Depot",
-      "minWaypointRelativePos": 4.953880764904385,
-      "maxWaypointRelativePos": 6.0,
-      "constraints": {
-        "maxVelocity": 1.0,
-        "maxAcceleration": 2.0,
-        "maxAngularVelocity": 200.0,
-        "maxAngularAcceleration": 300.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    },
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 0.9718785151856066,
-      "maxWaypointRelativePos": 2.4701912260967447,
-      "constraints": {
-        "maxVelocity": 0.3,
-        "maxAcceleration": 2.0,
-        "maxAngularVelocity": 200.0,
-        "maxAngularAcceleration": 300.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    },
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 2.767154105736777,
-      "maxWaypointRelativePos": 4.467941507311604,
-      "constraints": {
-        "maxVelocity": 2.0,
-        "maxAcceleration": 1.0,
-        "maxAngularVelocity": 200.0,
-        "maxAngularAcceleration": 300.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    }
-  ],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Hood Down",
-      "waypointRelativePos": 0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Extend Intake",
-      "waypointRelativePos": 0.0944881889763795,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Extend Intake"
-        }
-      }
-    },
-    {
-      "name": "Spin Intake Rollers",
-      "waypointRelativePos": 0.17547806524185328,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Spin Intake Rollers"
-        }
-      }
-    },
-    {
-      "name": "Start Spindexer",
-      "waypointRelativePos": 0.3104611923509808,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Start Spindexer"
-        }
-      }
-    },
-    {
-      "name": "Stop Hood Down",
-      "waypointRelativePos": 0.39145106861638246,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Stop Spindexer",
-      "waypointRelativePos": 2.9156355455568033,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Spindexer"
-        }
-      }
-    },
-    {
-      "name": "Hood Down",
-      "waypointRelativePos": 3.3745781777277815,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Stop Hood Down",
-      "waypointRelativePos": 4.724409448818935,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Start Spindexer",
-      "waypointRelativePos": 4.764904386951711,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Start Spindexer"
-        }
-      }
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 1.5,
-    "maxAcceleration": 1.5,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 150.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": -90.37860096211433
-  },
-  "reversed": false,
-  "folder": "week 2 autos",
-  "idealStartingState": {
-    "velocity": 0,
-    "rotation": -0.4275725068334245
-  },
-  "useDefaultConstraints": false
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/Full Left Path.path b/src/main/deploy/pathplanner/paths/Full Left Path.path
deleted file mode 100644 (file)
index 4b28704..0000000
+++ /dev/null
@@ -1,284 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 4.461245551596047,
-        "y": 7.623190984573506
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 7.613160638537474,
-        "y": 7.456089060354733
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 8.280759193351683,
-        "y": 7.031435349935309
-      },
-      "prevControl": {
-        "x": 8.158547586256232,
-        "y": 7.249527814479931
-      },
-      "nextControl": {
-        "x": 8.855095914053635,
-        "y": 6.006503971702691
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 8.571257413997628,
-        "y": 4.352396204033215
-      },
-      "prevControl": {
-        "x": 8.950711711728577,
-        "y": 4.763583302539962
-      },
-      "nextControl": {
-        "x": 8.178545599863114,
-        "y": 3.9268428966418
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 6.107402135231317,
-        "y": 4.503024911032028
-      },
-      "prevControl": {
-        "x": 6.450845873317412,
-        "y": 4.171158013177291
-      },
-      "nextControl": {
-        "x": 5.527340789702552,
-        "y": 5.063533483349684
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 6.236512455516015,
-        "y": 7.268137603795967
-      },
-      "prevControl": {
-        "x": 6.709845339124411,
-        "y": 6.5665940697865075
-      },
-      "nextControl": {
-        "x": 5.8207588839551905,
-        "y": 7.884340787581406
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 0.6013318584144021,
-        "y": 7.134601236249081
-      },
-      "prevControl": {
-        "x": 3.5546210957312354,
-        "y": 7.467259667375804
-      },
-      "nextControl": {
-        "x": 0.35290289496152694,
-        "y": 7.106618203573367
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 0.4588256227758012,
-        "y": 5.084021352313167
-      },
-      "prevControl": {
-        "x": 0.5558396548739409,
-        "y": 5.465118366137181
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 1.087033747779748,
-      "rotationDegrees": -90.0
-    },
-    {
-      "waypointRelativePos": 2.5364120781527437,
-      "rotationDegrees": 155.02674741986806
-    },
-    {
-      "waypointRelativePos": 3.85,
-      "rotationDegrees": 138.60721817200425
-    },
-    {
-      "waypointRelativePos": 4.4,
-      "rotationDegrees": 180.0
-    },
-    {
-      "waypointRelativePos": 4.660237388724038,
-      "rotationDegrees": 180.0
-    },
-    {
-      "waypointRelativePos": 4.95,
-      "rotationDegrees": -89.50334218867351
-    }
-  ],
-  "constraintZones": [
-    {
-      "name": "Depot",
-      "minWaypointRelativePos": 4.953880764904385,
-      "maxWaypointRelativePos": 6.0,
-      "constraints": {
-        "maxVelocity": 1.0,
-        "maxAcceleration": 2.0,
-        "maxAngularVelocity": 200.0,
-        "maxAngularAcceleration": 300.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    }
-  ],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Hood Down",
-      "waypointRelativePos": 0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Extend Intake",
-      "waypointRelativePos": 0.0944881889763795,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Extend Intake"
-        }
-      }
-    },
-    {
-      "name": "Spin Intake Rollers",
-      "waypointRelativePos": 0.17547806524185328,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Spin Intake Rollers"
-        }
-      }
-    },
-    {
-      "name": "Start Spindexer",
-      "waypointRelativePos": 0.3104611923509808,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Start Spindexer"
-        }
-      }
-    },
-    {
-      "name": "Stop Hood Down",
-      "waypointRelativePos": 0.39145106861638246,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Stop Spindexer",
-      "waypointRelativePos": 2.9156355455568033,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Spindexer"
-        }
-      }
-    },
-    {
-      "name": "Hood Down",
-      "waypointRelativePos": 4.1,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Auto shoot",
-      "waypointRelativePos": 4.6699937481746465,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Auto shoot"
-        }
-      }
-    },
-    {
-      "name": "Stop Hood Down",
-      "waypointRelativePos": 4.724409448818935,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Start Spindexer",
-      "waypointRelativePos": 4.764904386951711,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Start Spindexer"
-        }
-      }
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": -90.37860096211433
-  },
-  "reversed": false,
-  "folder": "week 2 autos",
-  "idealStartingState": {
-    "velocity": 0,
-    "rotation": -0.4275725068334245
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
index 0d41c728b15024dd02bfcd68d148c44c50e5cfd0..5ef390ceabeac02d41c41c013b729a15d5d81a65 100644 (file)
@@ -45,7 +45,7 @@
     "rotation": 0.0
   },
   "reversed": false,
-  "folder": null,
+  "folder": "week 2 autos",
   "idealStartingState": {
     "velocity": 0,
     "rotation": 0.0
index 9d3e9b9ed73edbd68eb37909b5b0659fa5032d25..af5abecd25fd227da1ad66df92db81b1fe977b32 100644 (file)
@@ -59,7 +59,7 @@
     "rotation": 0.0
   },
   "reversed": false,
-  "folder": null,
+  "folder": "week 2 autos",
   "idealStartingState": {
     "velocity": 0,
     "rotation": 0.0
diff --git a/src/main/deploy/pathplanner/paths/Left bump to full neutral to left climb (diagonal).path b/src/main/deploy/pathplanner/paths/Left bump to full neutral to left climb (diagonal).path
deleted file mode 100644 (file)
index a3bc47c..0000000
+++ /dev/null
@@ -1,201 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 3.5036773428232504,
-        "y": 2.5018149466192163
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 5.365017793588926,
-        "y": 2.501814946624596
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 6.021328588380232,
-        "y": 2.265112692763938
-      },
-      "prevControl": {
-        "x": 5.684663482195739,
-        "y": 2.685944075498938
-      },
-      "nextControl": {
-        "x": 6.537769869513642,
-        "y": 1.6195610913404517
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.473819691577701,
-        "y": 1.092360616844602
-      },
-      "prevControl": {
-        "x": 7.402130660098401,
-        "y": 0.8459295711345143
-      },
-      "nextControl": {
-        "x": 7.645966785290632,
-        "y": 1.6841162514827988
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.732040332152474,
-        "y": 5.7295729537312745
-      },
-      "prevControl": {
-        "x": 7.925705812579521,
-        "y": 4.330877817313717
-      },
-      "nextControl": {
-        "x": 7.6961360653480275,
-        "y": 5.988881547318945
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 5.225148279952552,
-        "y": 5.7295729537312745
-      },
-      "prevControl": {
-        "x": 5.475148279952552,
-        "y": 5.7295729537312745
-      },
-      "nextControl": {
-        "x": 4.975148279952552,
-        "y": 5.7295729537312745
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 2.944199288256229,
-        "y": 5.7295729537312745
-      },
-      "prevControl": {
-        "x": 3.7941200661690573,
-        "y": 5.75318186422295
-      },
-      "nextControl": {
-        "x": 2.1695373665480435,
-        "y": 5.708054567022539
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 1.179691577704076,
-        "y": 4.71820877816781
-      },
-      "prevControl": {
-        "x": 1.3948754448398584,
-        "y": 4.90111506524318
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 0.0,
-      "rotationDegrees": 37.936
-    },
-    {
-      "waypointRelativePos": 0.833037300177617,
-      "rotationDegrees": 37.936
-    },
-    {
-      "waypointRelativePos": 1.4547069271758435,
-      "rotationDegrees": 61.352999999999994
-    },
-    {
-      "waypointRelativePos": 2.5737122557726524,
-      "rotationDegrees": 90.0
-    },
-    {
-      "waypointRelativePos": 3.058614564831261,
-      "rotationDegrees": 102.577
-    },
-    {
-      "waypointRelativePos": 3.518650088809949,
-      "rotationDegrees": 135.378
-    },
-    {
-      "waypointRelativePos": 3.7708703374777905,
-      "rotationDegrees": 142.618
-    },
-    {
-      "waypointRelativePos": 4.774422735346352,
-      "rotationDegrees": 135.378
-    }
-  ],
-  "constraintZones": [],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Intake",
-      "waypointRelativePos": 0.0,
-      "endWaypointRelativePos": 5.318335208099032,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Intake"
-        }
-      }
-    },
-    {
-      "name": "Extend intake",
-      "waypointRelativePos": 0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Extend intake"
-        }
-      }
-    },
-    {
-      "name": "Climb",
-      "waypointRelativePos": 6.0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Climb"
-        }
-      }
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": 180.0
-  },
-  "reversed": false,
-  "folder": "Left Autos",
-  "idealStartingState": {
-    "velocity": 0.0,
-    "rotation": 0.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/Left to neutral to depot (diagonal).path b/src/main/deploy/pathplanner/paths/Left to neutral to depot (diagonal).path
deleted file mode 100644 (file)
index 1212f15..0000000
+++ /dev/null
@@ -1,263 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 3.566008403832779,
-        "y": 7.457340509007208
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 4.521985876085326,
-        "y": 7.480627842977369
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 6.74844449371633,
-        "y": 7.323051878639669
-      },
-      "prevControl": {
-        "x": 6.2291917985744085,
-        "y": 7.524060964793236
-      },
-      "nextControl": {
-        "x": 7.0431955211446535,
-        "y": 7.208950141238001
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.47952715610716,
-        "y": 6.691750705058882
-      },
-      "prevControl": {
-        "x": 7.292883599447913,
-        "y": 7.06382367183081
-      },
-      "nextControl": {
-        "x": 7.8379030178105324,
-        "y": 5.97733027463995
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.087382414476883,
-        "y": 4.590804334971547
-      },
-      "prevControl": {
-        "x": 7.936968923942251,
-        "y": 4.34583816663551
-      },
-      "nextControl": {
-        "x": 6.538459561492894,
-        "y": 4.749078420670237
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 5.946014234875446,
-        "y": 5.492870699881376
-      },
-      "prevControl": {
-        "x": 6.2431966403422345,
-        "y": 5.487831401530197
-      },
-      "nextControl": {
-        "x": 5.293171030726975,
-        "y": 5.503940910034214
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 3.6865836298932395,
-        "y": 5.492870699881376
-      },
-      "prevControl": {
-        "x": 3.981641394201829,
-        "y": 5.506065263439213
-      },
-      "nextControl": {
-        "x": 3.116876837589632,
-        "y": 5.467394222426202
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 1.990149028832779,
-        "y": 4.837340907023949
-      },
-      "prevControl": {
-        "x": 2.8573154908051226,
-        "y": 4.945749181223366
-      },
-      "nextControl": {
-        "x": 1.6302225889184676,
-        "y": 4.792344927704011
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 0.6028322871115273,
-        "y": 4.9415105872459275
-      },
-      "prevControl": {
-        "x": 0.7909637244103318,
-        "y": 4.776869880554399
-      },
-      "nextControl": {
-        "x": 0.4147008498127227,
-        "y": 5.106151293937456
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 0.422,
-        "y": 5.773
-      },
-      "prevControl": {
-        "x": 0.33797610762372643,
-        "y": 5.2179935180131
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 0.4120781527531097,
-      "rotationDegrees": 0.0
-    },
-    {
-      "waypointRelativePos": 1.2283611599297022,
-      "rotationDegrees": -34.178999999999974
-    },
-    {
-      "waypointRelativePos": 2.5766695957820738,
-      "rotationDegrees": -90.0
-    },
-    {
-      "waypointRelativePos": 3.847874720357959,
-      "rotationDegrees": -139.608
-    },
-    {
-      "waypointRelativePos": 5.3154362416107235,
-      "rotationDegrees": -139.608
-    }
-  ],
-  "constraintZones": [
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 1.908695652173902,
-      "maxWaypointRelativePos": 3.0565217391304893,
-      "constraints": {
-        "maxVelocity": 1.0,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    },
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 5.1521739130434785,
-      "maxWaypointRelativePos": 6.995652173913043,
-      "constraints": {
-        "maxVelocity": 2.0,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    },
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 6.61304347826087,
-      "maxWaypointRelativePos": 8.0,
-      "constraints": {
-        "maxVelocity": 1.0,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    },
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 0,
-      "maxWaypointRelativePos": 1.0565217391304353,
-      "constraints": {
-        "maxVelocity": 5.0,
-        "maxAcceleration": 5.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    }
-  ],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Extend intake",
-      "waypointRelativePos": 0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Extend intake"
-        }
-      }
-    },
-    {
-      "name": "Intake",
-      "waypointRelativePos": 0.32395950506186116,
-      "endWaypointRelativePos": 8.0,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Intake"
-        }
-      }
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": 90.397
-  },
-  "reversed": false,
-  "folder": "Left Autos",
-  "idealStartingState": {
-    "velocity": 0,
-    "rotation": -0.5550000000000068
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/Left to neutral to depot.path b/src/main/deploy/pathplanner/paths/Left to neutral to depot.path
deleted file mode 100644 (file)
index efb2285..0000000
+++ /dev/null
@@ -1,263 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 3.566008403832779,
-        "y": 7.457340509007208
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 4.521985876085326,
-        "y": 7.480627842977369
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 6.74844449371633,
-        "y": 7.323051878639669
-      },
-      "prevControl": {
-        "x": 6.2291917985744085,
-        "y": 7.524060964793236
-      },
-      "nextControl": {
-        "x": 7.0431955211446535,
-        "y": 7.208950141238001
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.47952715610716,
-        "y": 6.691750705058882
-      },
-      "prevControl": {
-        "x": 7.292883599447913,
-        "y": 7.06382367183081
-      },
-      "nextControl": {
-        "x": 7.8379030178105324,
-        "y": 5.97733027463995
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.087382414476883,
-        "y": 4.590804334971547
-      },
-      "prevControl": {
-        "x": 7.936968923942251,
-        "y": 4.34583816663551
-      },
-      "nextControl": {
-        "x": 6.538459561492894,
-        "y": 4.749078420670237
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 5.946014234875446,
-        "y": 5.492870699881376
-      },
-      "prevControl": {
-        "x": 6.2431966403422345,
-        "y": 5.487831401530197
-      },
-      "nextControl": {
-        "x": 5.293171030726975,
-        "y": 5.503940910034214
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 3.6865836298932395,
-        "y": 5.492870699881376
-      },
-      "prevControl": {
-        "x": 3.981641394201829,
-        "y": 5.506065263439213
-      },
-      "nextControl": {
-        "x": 3.116876837589632,
-        "y": 5.467394222426202
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 1.990149028832779,
-        "y": 4.837340907023949
-      },
-      "prevControl": {
-        "x": 2.8573154908051226,
-        "y": 4.945749181223366
-      },
-      "nextControl": {
-        "x": 1.6302225889184676,
-        "y": 4.792344927704011
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 0.6028322871115273,
-        "y": 4.9415105872459275
-      },
-      "prevControl": {
-        "x": 0.7909637244103318,
-        "y": 4.776869880554399
-      },
-      "nextControl": {
-        "x": 0.4147008498127227,
-        "y": 5.106151293937456
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 0.422,
-        "y": 5.773
-      },
-      "prevControl": {
-        "x": 0.33797610762372643,
-        "y": 5.2179935180131
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 0.4120781527531097,
-      "rotationDegrees": 0.0
-    },
-    {
-      "waypointRelativePos": 1.2283611599297022,
-      "rotationDegrees": -34.178999999999974
-    },
-    {
-      "waypointRelativePos": 2.5766695957820738,
-      "rotationDegrees": -90.0
-    },
-    {
-      "waypointRelativePos": 3.847874720357959,
-      "rotationDegrees": 180.0
-    },
-    {
-      "waypointRelativePos": 5.3154362416107235,
-      "rotationDegrees": 180.0
-    }
-  ],
-  "constraintZones": [
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 1.908695652173902,
-      "maxWaypointRelativePos": 3.0565217391304893,
-      "constraints": {
-        "maxVelocity": 1.0,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    },
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 5.1521739130434785,
-      "maxWaypointRelativePos": 6.995652173913043,
-      "constraints": {
-        "maxVelocity": 2.0,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    },
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 6.61304347826087,
-      "maxWaypointRelativePos": 8.0,
-      "constraints": {
-        "maxVelocity": 1.0,
-        "maxAcceleration": 3.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    },
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 0,
-      "maxWaypointRelativePos": 1.0565217391304353,
-      "constraints": {
-        "maxVelocity": 5.0,
-        "maxAcceleration": 5.0,
-        "maxAngularVelocity": 540.0,
-        "maxAngularAcceleration": 720.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    }
-  ],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Extend intake",
-      "waypointRelativePos": 0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Extend intake"
-        }
-      }
-    },
-    {
-      "name": "Intake",
-      "waypointRelativePos": 0.48593925759280093,
-      "endWaypointRelativePos": 8.0,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Intake"
-        }
-      }
-    }
-  ],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": 90.397
-  },
-  "reversed": false,
-  "folder": "Left Autos",
-  "idealStartingState": {
-    "velocity": 0,
-    "rotation": -0.5550000000000068
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
index b429048da68e186bfc2e7fff4dc8b145a2d8b2a2..132382fe211e1fc44fcb5f45883c76c1429a5ea1 100644 (file)
@@ -59,7 +59,7 @@
     "rotation": 0.0
   },
   "reversed": false,
-  "folder": null,
+  "folder": "week 2 autos",
   "idealStartingState": {
     "velocity": 0,
     "rotation": 0.0
index f497ba35355d5e42e6761d8c8bb1eeadece542d4..27151cac103db464bceaf15ec446185bd0acfaa3 100644 (file)
@@ -45,7 +45,7 @@
     "rotation": 0.0
   },
   "reversed": false,
-  "folder": null,
+  "folder": "week 2 autos",
   "idealStartingState": {
     "velocity": 0,
     "rotation": 0.0
diff --git a/src/main/deploy/pathplanner/paths/Straight #2.path b/src/main/deploy/pathplanner/paths/Straight #2.path
deleted file mode 100644 (file)
index 2fdda68..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 3.332,
-        "y": 0.791
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 4.332,
-        "y": 0.7910000000000004
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.3,
-        "y": 0.791
-      },
-      "prevControl": {
-        "x": 6.3,
-        "y": 0.7910000000000001
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [],
-  "constraintZones": [],
-  "pointTowardsZones": [],
-  "eventMarkers": [],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": -90.0
-  },
-  "reversed": false,
-  "folder": "Field Testing Autos",
-  "idealStartingState": {
-    "velocity": 0,
-    "rotation": -90.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/Straight #3.path b/src/main/deploy/pathplanner/paths/Straight #3.path
deleted file mode 100644 (file)
index 70fb5be..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 7.3,
-        "y": 0.791
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 7.297168874172185,
-        "y": 1.8497599337748327
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.3,
-        "y": 7.389
-      },
-      "prevControl": {
-        "x": 7.30442880794702,
-        "y": 6.481508278145696
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [],
-  "constraintZones": [],
-  "pointTowardsZones": [],
-  "eventMarkers": [],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": 0.0
-  },
-  "reversed": false,
-  "folder": "Field Testing Autos",
-  "idealStartingState": {
-    "velocity": 0,
-    "rotation": 0.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/Straight #4.path b/src/main/deploy/pathplanner/paths/Straight #4.path
deleted file mode 100644 (file)
index cab67bd..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 7.3,
-        "y": 7.389
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 6.7163741721854295,
-        "y": 7.389089403973509
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 3.449403973509934,
-        "y": 7.389
-      },
-      "prevControl": {
-        "x": 5.3950662251655634,
-        "y": 7.425389072847682
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [],
-  "constraintZones": [],
-  "pointTowardsZones": [],
-  "eventMarkers": [],
-  "globalConstraints": {
-    "maxVelocity": 2.0,
-    "maxAcceleration": 2.0,
-    "maxAngularVelocity": 200.0,
-    "maxAngularAcceleration": 300.0,
-    "nominalVoltage": 12.0,
-    "unlimited": false
-  },
-  "goalEndState": {
-    "velocity": 0,
-    "rotation": 0.0
-  },
-  "reversed": false,
-  "folder": "Field Testing Autos",
-  "idealStartingState": {
-    "velocity": 0.0,
-    "rotation": -90.0
-  },
-  "useDefaultConstraints": true
-}
\ No newline at end of file