]> git.taranathan.com Git - FRC2026.git/commitdiff
comp tmr...
authorWesleyWong-972 <wesleycwong@gmail.com>
Thu, 2 Apr 2026 01:57:45 +0000 (18:57 -0700)
committerWesleyWong-972 <wesleycwong@gmail.com>
Thu, 2 Apr 2026 01:57:45 +0000 (18:57 -0700)
The autos werent great... check videos on software slack

Increased turret limit back to 40A because it was slow

src/main/deploy/pathplanner/autos/LeftConservativeDoubleSwipe.auto
src/main/deploy/pathplanner/autos/LeftLiberalDoubleSwipe.auto
src/main/deploy/pathplanner/autos/RightLiberalDoubleSwipe.auto
src/main/deploy/pathplanner/paths/W5 Left Trench Start.path
src/main/deploy/pathplanner/paths/W5 Right Trench Start.path
src/main/java/frc/robot/constants/AutoConstants.java
src/main/java/frc/robot/subsystems/turret/TurretConstants.java

index 86652cc8b7224393d86f844e5d51c5781078ab45..8a15518130be208b0eafc756f12dd3ef0922e510 100644 (file)
     }
   },
   "resetOdom": true,
-  "folder": "Week 5 autos",
+  "folder": null,
   "choreoAuto": false
 }
\ No newline at end of file
index e01162da4c940021e2a03c7647f252d7a00368e3..d0e29ae13ddd9ccaaafcf796920ccc4b84adcccc 100644 (file)
     }
   },
   "resetOdom": true,
-  "folder": "Week 5 autos",
+  "folder": null,
   "choreoAuto": false
 }
\ No newline at end of file
index 4158865e73800752525c3578b0819c0bb2e26edf..f007c368d01791b9b5bbbd0ebbde3e3dbbadfe9b 100644 (file)
     }
   },
   "resetOdom": true,
-  "folder": "Week 5 autos",
+  "folder": null,
   "choreoAuto": false
 }
\ No newline at end of file
index 7f271f1306d54f8aab4b4df9eb810785326435d5..21386beaab2163e7000a663a9a260ca847e30c07 100644 (file)
@@ -41,7 +41,7 @@
     "unlimited": false
   },
   "goalEndState": {
-    "velocity": 3.0,
+    "velocity": 0.5,
     "rotation": 0.0
   },
   "reversed": false,
index c8a0cd0c8fbc6fc54f4074edf9176e69e89173d6..1bb89a1239abc371d31cda42ef6eee294579ab70 100644 (file)
@@ -41,7 +41,7 @@
     "unlimited": false
   },
   "goalEndState": {
-    "velocity": 3,
+    "velocity": 0.5,
     "rotation": 0.0
   },
   "reversed": false,
index c4018ad02f4791a79b388cc8a25c2e1dcc281477..b1d0cd89040648ab08bbb128bcd6299f2278b19f 100644 (file)
@@ -21,7 +21,7 @@ public class AutoConstants {
 
     public static RobotConfig  CONFIG;
     public static final PPHolonomicDriveController AUTO_CONTROLLER = new PPHolonomicDriveController( 
-            new PIDConstants(3.0, 0.0, 0.5), // Translation PID constants
+            new PIDConstants(3.5, 0.0, 1.0), // Translation PID constants
             new PIDConstants(4.0, 0.0, 1.0) // Rotation PID constants
         );
    
index 0e1adf81ca4adf566acf26e2f0b7211e7372a43f..7a8b9af799258ce314664982a8e5b4e73a03bdfe 100644 (file)
@@ -26,7 +26,7 @@ public class TurretConstants {
 
        public static final double FEEDFORWARD_KV = 0.06;
 
-    public static final double NORMAL_CURRENT_LIMIT = 25.0; // A
+    public static final double NORMAL_CURRENT_LIMIT = 40.0; // A
     public static final double CALIBRATION_CURRENT_LIMIT = 10.0; // A
     public static final double CALIBRATION_CURRENT_THRESHOLD = 9.0; // A