]> git.taranathan.com Git - FRC2026.git/commitdiff
Update DriveConstants.java
authormaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Sat, 21 Feb 2026 20:39:23 +0000 (12:39 -0800)
committermaxwtan <100314265+MaxwellTTan20@users.noreply.github.com>
Sat, 21 Feb 2026 20:39:23 +0000 (12:39 -0800)
src/main/java/frc/robot/constants/swerve/DriveConstants.java

index bf778ded065ad46a1eca0d8b65419d57a0e8c25a..b6f326ae75e5dbbec53a9cc39cafff25f5593282 100644 (file)
@@ -213,7 +213,8 @@ public class DriveConstants {
                 INVERT_STEER_MOTOR = InvertedValue.CounterClockwise_Positive;
 
                 // Gear ratios 
-                DRIVE_GEAR_RATIO = (54.0 / 14.0) * (25.0 / 32.0) * (30.0 / 15.0);
+                DRIVE_GEAR_RATIO = (54.0 / 14.0) * (25.0 / 32.0) * (30.0 / 15.0); //R2 Ratio
+                // DRIVE_GEAR_RATIO = (54.0 / 14.0) * (25.0 / 32.0) * (30.0 / 15.0); //R1 Ratio
                 STEER_GEAR_RATIO = 287.0 / 11.0;
 
                 // Gyro is mounted under the robot