]> git.taranathan.com Git - FRC2026.git/commitdiff
Comment wrong i think
authorWesleyWong-972 <wesleycwong@gmail.com>
Wed, 11 Feb 2026 23:00:10 +0000 (15:00 -0800)
committerWesleyWong-972 <wesleycwong@gmail.com>
Wed, 11 Feb 2026 23:00:10 +0000 (15:00 -0800)
src/main/java/frc/robot/subsystems/shooter/ShooterConstants.java

index c49f49ec0258cc7111f16cb5ec131116dffe0f98..a7c0ba9fd8148899ecec534122ceaee6e2445116 100644 (file)
@@ -15,9 +15,9 @@ public class ShooterConstants {
     public static final double EXIT_VELOCITY_TOLERANCE = 1.0;
 
     // for bang bang
-    public static final double TORQUE_CURRENT_CONTROL_TOLERANCE = 10; // velocity (rotations per second)
+    public static final double TORQUE_CURRENT_CONTROL_TOLERANCE = 10; // this is how far we should drop to say a ball is detected
 
-    public static final double TORQUE_CURRENT_CONTROL_GOAL_AMP = 40; // TUNE
+    public static final double TORQUE_CURRENT_CONTROL_GOAL_AMP = 40; // TUNE (this is the target)
 }
 // 8 velcocity is too little
 // 16 is too much
\ No newline at end of file