]> git.taranathan.com Git - FRC2026.git/commitdiff
earlier auto shoot
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Sat, 14 Mar 2026 18:41:06 +0000 (11:41 -0700)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Sat, 14 Mar 2026 18:41:06 +0000 (11:41 -0700)
src/main/deploy/pathplanner/paths/Full Left Path v3.path
src/main/deploy/pathplanner/paths/Full Right Path v3.path
src/main/java/frc/robot/RobotContainer.java

index 6928a17900d173e9e5dd5e0417bda27ca3c77e08..d3e5509a65bd31e2fb263884aba3e4ab6e4d18e2 100644 (file)
     },
     {
       "name": "Stop Hood Down",
-      "waypointRelativePos": 4.724409448818935,
+      "waypointRelativePos": 4.52,
       "endWaypointRelativePos": null,
       "command": {
         "type": "named",
     },
     {
       "name": "Start Spindexer",
-      "waypointRelativePos": 4.764904386951711,
+      "waypointRelativePos": 4.54,
       "endWaypointRelativePos": null,
       "command": {
         "type": "named",
index c3e1741c4760df1e6a1b4317478b388b020bbdcd..c045d33fd14fe1a764957f46383d5d4ccec82972 100644 (file)
     },
     {
       "name": "Stop Hood Down",
-      "waypointRelativePos": 4.724409448818935,
+      "waypointRelativePos": 4.52,
       "endWaypointRelativePos": null,
       "command": {
         "type": "named",
     },
     {
       "name": "Start Spindexer",
-      "waypointRelativePos": 4.764904386951711,
+      "waypointRelativePos": 4.544431946006741,
       "endWaypointRelativePos": null,
       "command": {
         "type": "named",
index 7077ad98accb834a9d004b53fb811d6cdba5aa06..87b6ee0ee39aaad26141898f8f2d797b92f5eb16 100644 (file)
@@ -138,6 +138,8 @@ public class RobotContainer {
         // Load the auto command
         try {
           String leftSideAuto = "Right Week V1";
+          // String leftSideAuto = "Right Week V1";
+          // String leftSideAuto = "Right Week V1";
           // String rightSideAuto = "Right(2) - Under Trench";
           // String testing = "Straight Test";
           PathPlannerAuto.getPathGroupFromAutoFile(leftSideAuto);