]> git.taranathan.com Git - FRC2026.git/commitdiff
added right conservative + fixed commands to be in path for isolated paths
authorWesley28w <wesleycwong@gmail.com>
Tue, 21 Apr 2026 13:18:28 +0000 (06:18 -0700)
committerWesley28w <wesleycwong@gmail.com>
Tue, 21 Apr 2026 13:18:28 +0000 (06:18 -0700)
21 files changed:
src/main/deploy/pathplanner/autos/LeftConservativeDoubleSwipe.auto
src/main/deploy/pathplanner/autos/LeftLiberalDoubleSwipe.auto
src/main/deploy/pathplanner/autos/LeftShallowDoubleSwipe.auto
src/main/deploy/pathplanner/autos/LeftSwipeThree.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/New Auto.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/New New Auto.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/New New New Auto.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/New New New New Auto.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/New New New New New Auto.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/RightConservativeDoubleSwipe.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/RightLiberalDoubleSwipe.auto
src/main/deploy/pathplanner/autos/RightShallowDoubleSwipe.auto
src/main/deploy/pathplanner/autos/RightSwipeThree.auto [new file with mode: 0644]
src/main/deploy/pathplanner/paths/ConservativeSwipe1.path [deleted file]
src/main/deploy/pathplanner/paths/Left Swipe1.path
src/main/deploy/pathplanner/paths/Left Swipe2.path
src/main/deploy/pathplanner/paths/LeftConservativeSwipe1.path [new file with mode: 0644]
src/main/deploy/pathplanner/paths/Right Swipe1.path
src/main/deploy/pathplanner/paths/Right Swipe2.path
src/main/deploy/pathplanner/paths/Right Swipe3.path
src/main/deploy/pathplanner/paths/RightConservativeSwipe1.path [new file with mode: 0644]

index 8a15518130be208b0eafc756f12dd3ef0922e510..017b58becc3e1fd94e2616ef02fd9586915f68ec 100644 (file)
         {
           "type": "path",
           "data": {
-            "pathName": "ConservativeSwipe1"
+            "pathName": "LeftConservativeSwipe1"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Stop Hood Down"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Start Spindexer"
           }
         },
         {
index d0e29ae13ddd9ccaaafcf796920ccc4b84adcccc..82a60e8d7a67f3988722c1c9fb881b14be6b2fcd 100644 (file)
             "pathName": "Left Swipe1"
           }
         },
+        {
+          "type": "named",
+          "data": {
+            "name": "Stop Hood Down"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Start Spindexer"
+          }
+        },
         {
           "type": "wait",
           "data": {
index e4002fa9b24d91b9a03bc8681f7fe7eb44c55f62..2a9a8d03b4ad59041b3596bf67e5efdfc94be3d0 100644 (file)
             "pathName": "Left Swipe3"
           }
         },
+        {
+          "type": "named",
+          "data": {
+            "name": "Stop Hood Down"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Start Spindexer"
+          }
+        },
         {
           "type": "wait",
           "data": {
diff --git a/src/main/deploy/pathplanner/autos/LeftSwipeThree.auto b/src/main/deploy/pathplanner/autos/LeftSwipeThree.auto
new file mode 100644 (file)
index 0000000..eb7c984
--- /dev/null
@@ -0,0 +1,19 @@
+{
+  "version": "2025.0",
+  "command": {
+    "type": "sequential",
+    "data": {
+      "commands": [
+        {
+          "type": "path",
+          "data": {
+            "pathName": "Left Swipe3"
+          }
+        }
+      ]
+    }
+  },
+  "resetOdom": true,
+  "folder": null,
+  "choreoAuto": false
+}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/autos/New Auto.auto b/src/main/deploy/pathplanner/autos/New Auto.auto
new file mode 100644 (file)
index 0000000..440a1ea
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "version": "2025.0",
+  "command": {
+    "type": "sequential",
+    "data": {
+      "commands": []
+    }
+  },
+  "resetOdom": true,
+  "folder": null,
+  "choreoAuto": false
+}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/autos/New New Auto.auto b/src/main/deploy/pathplanner/autos/New New Auto.auto
new file mode 100644 (file)
index 0000000..440a1ea
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "version": "2025.0",
+  "command": {
+    "type": "sequential",
+    "data": {
+      "commands": []
+    }
+  },
+  "resetOdom": true,
+  "folder": null,
+  "choreoAuto": false
+}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/autos/New New New Auto.auto b/src/main/deploy/pathplanner/autos/New New New Auto.auto
new file mode 100644 (file)
index 0000000..440a1ea
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "version": "2025.0",
+  "command": {
+    "type": "sequential",
+    "data": {
+      "commands": []
+    }
+  },
+  "resetOdom": true,
+  "folder": null,
+  "choreoAuto": false
+}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/autos/New New New New Auto.auto b/src/main/deploy/pathplanner/autos/New New New New Auto.auto
new file mode 100644 (file)
index 0000000..440a1ea
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "version": "2025.0",
+  "command": {
+    "type": "sequential",
+    "data": {
+      "commands": []
+    }
+  },
+  "resetOdom": true,
+  "folder": null,
+  "choreoAuto": false
+}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/autos/New New New New New Auto.auto b/src/main/deploy/pathplanner/autos/New New New New New Auto.auto
new file mode 100644 (file)
index 0000000..440a1ea
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "version": "2025.0",
+  "command": {
+    "type": "sequential",
+    "data": {
+      "commands": []
+    }
+  },
+  "resetOdom": true,
+  "folder": null,
+  "choreoAuto": false
+}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/autos/RightConservativeDoubleSwipe.auto b/src/main/deploy/pathplanner/autos/RightConservativeDoubleSwipe.auto
new file mode 100644 (file)
index 0000000..41da4ae
--- /dev/null
@@ -0,0 +1,139 @@
+{
+  "version": "2025.0",
+  "command": {
+    "type": "sequential",
+    "data": {
+      "commands": [
+        {
+          "type": "named",
+          "data": {
+            "name": "Hood Down"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Extend Intake"
+          }
+        },
+        {
+          "type": "path",
+          "data": {
+            "pathName": "W5 Right Trench Start"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Spin Intake Rollers"
+          }
+        },
+        {
+          "type": "path",
+          "data": {
+            "pathName": "RightConservativeSwipe1"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Stop Hood Down"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Start Spindexer"
+          }
+        },
+        {
+          "type": "wait",
+          "data": {
+            "waitTime": 1.5
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Start Intake Seizure"
+          }
+        },
+        {
+          "type": "wait",
+          "data": {
+            "waitTime": 2.5
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Stop Intake Seizure"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Extend Intake"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Stop Spindexer"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Reset Spindexer"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Hood Down"
+          }
+        },
+        {
+          "type": "path",
+          "data": {
+            "pathName": "Right Swipe2"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Stop Hood Down"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Start Spindexer"
+          }
+        },
+        {
+          "type": "wait",
+          "data": {
+            "waitTime": 1.0
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Start Intake Seizure"
+          }
+        },
+        {
+          "type": "wait",
+          "data": {
+            "waitTime": 1.0
+          }
+        }
+      ]
+    }
+  },
+  "resetOdom": true,
+  "folder": null,
+  "choreoAuto": false
+}
\ No newline at end of file
index f007c368d01791b9b5bbbd0ebbde3e3dbbadfe9b..67c81e8f57af707ac6737977983764a80f08691e 100644 (file)
             "pathName": "Right Swipe1"
           }
         },
+        {
+          "type": "named",
+          "data": {
+            "name": "Stop Hood Down"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Start Spindexer"
+          }
+        },
         {
           "type": "wait",
           "data": {
index 6844829f291ac343380f85190e9ded380ff90878..51b09cbe81c8759f64d59138fdd04a699b18b16b 100644 (file)
             "pathName": "Right Swipe3"
           }
         },
+        {
+          "type": "named",
+          "data": {
+            "name": "Stop Hood Down"
+          }
+        },
+        {
+          "type": "named",
+          "data": {
+            "name": "Start Spindexer"
+          }
+        },
         {
           "type": "wait",
           "data": {
diff --git a/src/main/deploy/pathplanner/autos/RightSwipeThree.auto b/src/main/deploy/pathplanner/autos/RightSwipeThree.auto
new file mode 100644 (file)
index 0000000..42cdf9f
--- /dev/null
@@ -0,0 +1,19 @@
+{
+  "version": "2025.0",
+  "command": {
+    "type": "sequential",
+    "data": {
+      "commands": [
+        {
+          "type": "path",
+          "data": {
+            "pathName": "Right Swipe3"
+          }
+        }
+      ]
+    }
+  },
+  "resetOdom": true,
+  "folder": null,
+  "choreoAuto": false
+}
\ No newline at end of file
diff --git a/src/main/deploy/pathplanner/paths/ConservativeSwipe1.path b/src/main/deploy/pathplanner/paths/ConservativeSwipe1.path
deleted file mode 100644 (file)
index 879db65..0000000
+++ /dev/null
@@ -1,164 +0,0 @@
-{
-  "version": "2025.0",
-  "waypoints": [
-    {
-      "anchor": {
-        "x": 4.5,
-        "y": 7.623
-      },
-      "prevControl": null,
-      "nextControl": {
-        "x": 6.819805487632309,
-        "y": 6.77562980981629
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.159230132450332,
-        "y": 6.641316225165562
-      },
-      "prevControl": {
-        "x": 6.869067715509156,
-        "y": 6.9193627325227665
-      },
-      "nextControl": {
-        "x": 7.339735203900921,
-        "y": 6.46834825361991
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 7.398505338078292,
-        "y": 5.566846026490066
-      },
-      "prevControl": {
-        "x": 7.64577301033512,
-        "y": 5.705763638397914
-      },
-      "nextControl": {
-        "x": 7.031343434260263,
-        "y": 5.360570558304471
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 6.46953642384106,
-        "y": 6.401738410596026
-      },
-      "prevControl": {
-        "x": 6.69147920841791,
-        "y": 6.100131466298098
-      },
-      "nextControl": {
-        "x": 6.078640973388454,
-        "y": 6.9329419033148865
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 5.6124792408066435,
-        "y": 7.408007117437722
-      },
-      "prevControl": {
-        "x": 5.8389868583347635,
-        "y": 7.302204002163478
-      },
-      "nextControl": {
-        "x": 5.3859716232785235,
-        "y": 7.5138102327119665
-      },
-      "isLocked": false,
-      "linkedName": null
-    },
-    {
-      "anchor": {
-        "x": 4.0,
-        "y": 7.5
-      },
-      "prevControl": {
-        "x": 4.396406066666464,
-        "y": 7.41042919989128
-      },
-      "nextControl": null,
-      "isLocked": false,
-      "linkedName": null
-    }
-  ],
-  "rotationTargets": [
-    {
-      "waypointRelativePos": 0.9685230024212932,
-      "rotationDegrees": -64.90375286541574
-    },
-    {
-      "waypointRelativePos": 3.86,
-      "rotationDegrees": 0.0
-    }
-  ],
-  "constraintZones": [
-    {
-      "name": "Constraints Zone",
-      "minWaypointRelativePos": 0.7761529808773961,
-      "maxWaypointRelativePos": 1.8335208098987592,
-      "constraints": {
-        "maxVelocity": 1.0,
-        "maxAcceleration": 1.5,
-        "maxAngularVelocity": 200.0,
-        "maxAngularAcceleration": 150.0,
-        "nominalVoltage": 12.0,
-        "unlimited": false
-      }
-    }
-  ],
-  "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Stop Hood Down",
-      "waypointRelativePos": 4.968503937007888,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Start Spindexer",
-      "waypointRelativePos": 4.982332155477035,
-      "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.0,
-    "rotation": 0.0
-  },
-  "reversed": false,
-  "folder": "week 5 (new stuff)",
-  "idealStartingState": {
-    "velocity": 0.5,
-    "rotation": 0.0
-  },
-  "useDefaultConstraints": false
-}
\ No newline at end of file
index e5b768f0052ff14fdbcc6098d6adf79dd22cfcc4..961203c6f7bacae33b1ac56bed02f7415bc57eee 100644 (file)
     }
   ],
   "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Stop Hood Down",
-      "waypointRelativePos": 4.968503937007888,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Start Spindexer",
-      "waypointRelativePos": 5.0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Start Spindexer"
-        }
-      }
-    }
-  ],
+  "eventMarkers": [],
   "globalConstraints": {
     "maxVelocity": 3.0,
     "maxAcceleration": 2.5,
index c2ec8f9fe34e59fd402c1a02e721a987e48176ff..f1c97db73dd11675427fc56db62376c99eec8978 100644 (file)
     },
     {
       "anchor": {
-        "x": 6.086,
-        "y": 6.719418742580623
+        "x": 6.258030842230131,
+        "y": 6.330122034143519
       },
       "prevControl": {
-        "x": 6.200647682501698,
-        "y": 7.71282495803178
+        "x": 6.372678524731828,
+        "y": 7.323528249594676
       },
       "nextControl": {
-        "x": 5.993947899726181,
-        "y": 5.92180010291915
+        "x": 6.1659787419563115,
+        "y": 5.532503394482046
       },
       "isLocked": false,
       "linkedName": null
     },
     {
       "anchor": {
-        "x": 6.258030842230131,
-        "y": 6.977639383155397
+        "x": 6.376611255787037,
+        "y": 7.154124710648148
       },
       "prevControl": {
-        "x": 6.423269381273585,
-        "y": 6.7900328128685725
+        "x": 6.541849794830491,
+        "y": 6.966518140361323
       },
       "nextControl": {
-        "x": 6.092792303186677,
-        "y": 7.165245953442221
+        "x": 6.2113727167435835,
+        "y": 7.3417312809349715
       },
       "isLocked": false,
       "linkedName": null
diff --git a/src/main/deploy/pathplanner/paths/LeftConservativeSwipe1.path b/src/main/deploy/pathplanner/paths/LeftConservativeSwipe1.path
new file mode 100644 (file)
index 0000000..82f4708
--- /dev/null
@@ -0,0 +1,141 @@
+{
+  "version": "2025.0",
+  "waypoints": [
+    {
+      "anchor": {
+        "x": 4.5,
+        "y": 7.623
+      },
+      "prevControl": null,
+      "nextControl": {
+        "x": 6.819805487632309,
+        "y": 6.77562980981629
+      },
+      "isLocked": false,
+      "linkedName": null
+    },
+    {
+      "anchor": {
+        "x": 7.159230132450332,
+        "y": 6.641316225165562
+      },
+      "prevControl": {
+        "x": 6.869067715509156,
+        "y": 6.9193627325227665
+      },
+      "nextControl": {
+        "x": 7.339735203900921,
+        "y": 6.46834825361991
+      },
+      "isLocked": false,
+      "linkedName": null
+    },
+    {
+      "anchor": {
+        "x": 7.398505338078292,
+        "y": 5.566846026490066
+      },
+      "prevControl": {
+        "x": 7.64577301033512,
+        "y": 5.705763638397914
+      },
+      "nextControl": {
+        "x": 7.031343434260263,
+        "y": 5.360570558304471
+      },
+      "isLocked": false,
+      "linkedName": null
+    },
+    {
+      "anchor": {
+        "x": 6.46953642384106,
+        "y": 6.401738410596026
+      },
+      "prevControl": {
+        "x": 6.69147920841791,
+        "y": 6.100131466298098
+      },
+      "nextControl": {
+        "x": 6.078640973388454,
+        "y": 6.9329419033148865
+      },
+      "isLocked": false,
+      "linkedName": null
+    },
+    {
+      "anchor": {
+        "x": 5.6124792408066435,
+        "y": 7.408007117437722
+      },
+      "prevControl": {
+        "x": 5.8389868583347635,
+        "y": 7.302204002163478
+      },
+      "nextControl": {
+        "x": 5.3859716232785235,
+        "y": 7.5138102327119665
+      },
+      "isLocked": false,
+      "linkedName": null
+    },
+    {
+      "anchor": {
+        "x": 4.0,
+        "y": 7.5
+      },
+      "prevControl": {
+        "x": 4.396406066666464,
+        "y": 7.41042919989128
+      },
+      "nextControl": null,
+      "isLocked": false,
+      "linkedName": null
+    }
+  ],
+  "rotationTargets": [
+    {
+      "waypointRelativePos": 0.9685230024212932,
+      "rotationDegrees": -64.90375286541574
+    },
+    {
+      "waypointRelativePos": 3.86,
+      "rotationDegrees": 0.0
+    }
+  ],
+  "constraintZones": [
+    {
+      "name": "Constraints Zone",
+      "minWaypointRelativePos": 0.7761529808773961,
+      "maxWaypointRelativePos": 1.8335208098987592,
+      "constraints": {
+        "maxVelocity": 1.0,
+        "maxAcceleration": 1.5,
+        "maxAngularVelocity": 200.0,
+        "maxAngularAcceleration": 150.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.0,
+    "rotation": 0.0
+  },
+  "reversed": false,
+  "folder": "week 5 (new stuff)",
+  "idealStartingState": {
+    "velocity": 0.5,
+    "rotation": 0.0
+  },
+  "useDefaultConstraints": false
+}
\ No newline at end of file
index 3dbe18aa29aa25695d20f590d79c0e10e17243ad..c30a7e028dfa9a73baf33095885461913c058896 100644 (file)
     }
   ],
   "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Stop Hood Down",
-      "waypointRelativePos": 4.968503937007888,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Start Spindexer",
-      "waypointRelativePos": 5,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Start Spindexer"
-        }
-      }
-    }
-  ],
+  "eventMarkers": [],
   "globalConstraints": {
     "maxVelocity": 3,
     "maxAcceleration": 2.5,
index e87b4ba32855883ef71341d1e852adfb6d90d491..90ee54332f6901228647e6922eee787729a8ba16 100644 (file)
     },
     {
       "anchor": {
-        "x": 6.086,
-        "y": 1.426
+        "x": 6.258030842230131,
+        "y": 1.513718460648148
       },
       "prevControl": {
-        "x": 6.200647682501698,
-        "y": 0.432593784548843
+        "x": 6.372678524731828,
+        "y": 0.520312245196991
       },
       "nextControl": {
-        "x": 5.993947899726181,
-        "y": 2.2236186396614723
+        "x": 6.1659787419563115,
+        "y": 2.31133710030962
       },
       "isLocked": false,
       "linkedName": null
     },
     {
       "anchor": {
-        "x": 6.258030842230131,
-        "y": 1.093686616844602
+        "x": 6.510128689236111,
+        "y": 0.8553167679398155
       },
       "prevControl": {
-        "x": 6.423269381273585,
-        "y": 1.281293187131427
+        "x": 6.675367228279565,
+        "y": 1.0429233382266405
       },
       "nextControl": {
-        "x": 6.092792303186677,
-        "y": 0.9060800465577783
+        "x": 6.344890150192657,
+        "y": 0.6677101976529917
       },
       "isLocked": false,
       "linkedName": null
index ea12079ab96994625dd4e750a5c41c001ba13332..74e04a80bff240afc2fad5eb16383f8cc62f59b3 100644 (file)
@@ -73,7 +73,7 @@
       },
       "nextControl": {
         "x": 6.092792303186677,
-        "y": 0.9060800465577783
+        "y": 0.9060800465577782
       },
       "isLocked": false,
       "linkedName": null
   ],
   "constraintZones": [],
   "pointTowardsZones": [],
-  "eventMarkers": [
-    {
-      "name": "Stop Hood Down",
-      "waypointRelativePos": 5.0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Stop Hood Down"
-        }
-      }
-    },
-    {
-      "name": "Start Spindexer",
-      "waypointRelativePos": 5.0,
-      "endWaypointRelativePos": null,
-      "command": {
-        "type": "named",
-        "data": {
-          "name": "Start Spindexer"
-        }
-      }
-    }
-  ],
+  "eventMarkers": [],
   "globalConstraints": {
     "maxVelocity": 3,
     "maxAcceleration": 2.5,
diff --git a/src/main/deploy/pathplanner/paths/RightConservativeSwipe1.path b/src/main/deploy/pathplanner/paths/RightConservativeSwipe1.path
new file mode 100644 (file)
index 0000000..456c7b0
--- /dev/null
@@ -0,0 +1,141 @@
+{
+  "version": "2025.0",
+  "waypoints": [
+    {
+      "anchor": {
+        "x": 4.5,
+        "y": 0.448
+      },
+      "prevControl": null,
+      "nextControl": {
+        "x": 6.819805487632309,
+        "y": 1.2953701901837102
+      },
+      "isLocked": false,
+      "linkedName": null
+    },
+    {
+      "anchor": {
+        "x": 7.159230132450332,
+        "y": 1.430009774834437
+      },
+      "prevControl": {
+        "x": 6.869067715509156,
+        "y": 1.151963267477233
+      },
+      "nextControl": {
+        "x": 7.339735203900921,
+        "y": 1.6029777463800896
+      },
+      "isLocked": false,
+      "linkedName": null
+    },
+    {
+      "anchor": {
+        "x": 7.398505338078292,
+        "y": 2.5044799735099326
+      },
+      "prevControl": {
+        "x": 7.64577301033512,
+        "y": 2.3655623616020853
+      },
+      "nextControl": {
+        "x": 7.031343434260263,
+        "y": 2.710755441695528
+      },
+      "isLocked": false,
+      "linkedName": null
+    },
+    {
+      "anchor": {
+        "x": 6.46953642384106,
+        "y": 1.6695875894039724
+      },
+      "prevControl": {
+        "x": 6.69147920841791,
+        "y": 1.9711945337019008
+      },
+      "nextControl": {
+        "x": 6.078640973388454,
+        "y": 1.1383840966851129
+      },
+      "isLocked": false,
+      "linkedName": null
+    },
+    {
+      "anchor": {
+        "x": 5.6124792408066435,
+        "y": 0.6633188825622768
+      },
+      "prevControl": {
+        "x": 5.8389868583347635,
+        "y": 0.7691219978365208
+      },
+      "nextControl": {
+        "x": 5.3859716232785235,
+        "y": 0.5575157672880328
+      },
+      "isLocked": false,
+      "linkedName": null
+    },
+    {
+      "anchor": {
+        "x": 4,
+        "y": 0.571325999999999
+      },
+      "prevControl": {
+        "x": 4.396406066666464,
+        "y": 0.660896800108719
+      },
+      "nextControl": null,
+      "isLocked": false,
+      "linkedName": null
+    }
+  ],
+  "rotationTargets": [
+    {
+      "waypointRelativePos": 0.9685230024212932,
+      "rotationDegrees": 64.90375286541574
+    },
+    {
+      "waypointRelativePos": 3.86,
+      "rotationDegrees": 0.0
+    }
+  ],
+  "constraintZones": [
+    {
+      "name": "Constraints Zone",
+      "minWaypointRelativePos": 0.7761529808773961,
+      "maxWaypointRelativePos": 1.8335208098987592,
+      "constraints": {
+        "maxVelocity": 1,
+        "maxAcceleration": 1.5,
+        "maxAngularVelocity": 200,
+        "maxAngularAcceleration": 150,
+        "nominalVoltage": 12,
+        "unlimited": false
+      }
+    }
+  ],
+  "pointTowardsZones": [],
+  "eventMarkers": [],
+  "globalConstraints": {
+    "maxVelocity": 2,
+    "maxAcceleration": 2,
+    "maxAngularVelocity": 200,
+    "maxAngularAcceleration": 300,
+    "nominalVoltage": 12,
+    "unlimited": false
+  },
+  "goalEndState": {
+    "velocity": 0,
+    "rotation": 0.0
+  },
+  "reversed": false,
+  "folder": "week 5 (new stuff)",
+  "idealStartingState": {
+    "velocity": 0.5,
+    "rotation": 0.0
+  },
+  "useDefaultConstraints": false
+}
\ No newline at end of file