Skip to content

Commit

Permalink
swapped to kraken 16t ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
GearBoxFox committed Feb 29, 2024
1 parent c2b6497 commit 7fd96d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private DriveConstants() {
TURN_FB_GAINS,
Units.rotationsToDegrees(0.472168), // offset 0.457764
true, // inversion
ModuleConstants.GearRatios.L3
ModuleConstants.GearRatios.L3_KRAKEN
);

public static final ModuleConstants FR_MOD_CONSTANTS = new ModuleConstants(
Expand All @@ -130,7 +130,7 @@ private DriveConstants() {
TURN_FB_GAINS,
Units.rotationsToDegrees(0.046143),
true,
ModuleConstants.GearRatios.L3
ModuleConstants.GearRatios.L3_KRAKEN
);

public static final ModuleConstants BL_MOD_CONSTANTS = new ModuleConstants(
Expand All @@ -141,7 +141,7 @@ private DriveConstants() {
TURN_FB_GAINS,
Units.rotationsToDegrees(-0.073730),
true,
ModuleConstants.GearRatios.L3
ModuleConstants.GearRatios.L3_KRAKEN
);

public static final ModuleConstants BR_MOD_CONSTANTS = new ModuleConstants(
Expand All @@ -152,7 +152,7 @@ private DriveConstants() {
TURN_FB_GAINS,
Units.rotationsToDegrees(0.404297),
true,
ModuleConstants.GearRatios.L3
ModuleConstants.GearRatios.L3_KRAKEN
);
}

Expand Down

0 comments on commit 7fd96d8

Please sign in to comment.