Skip to content

Commit

Permalink
updated offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
GearBoxFox committed Jan 28, 2024
1 parent fa409fa commit efa6793
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 @@ -61,7 +61,7 @@ private DriveConstants() {
DRIVE_FF_GAINS,
DRIVE_FB_GAINS,
TURN_FB_GAINS,
Units.rotationsToDegrees(-0.017578), // offset 0.457764
Units.rotationsToDegrees(0.230713), // offset 0.457764
true, // inversion
ModuleConstants.GearRatios.L3
);
Expand All @@ -72,7 +72,7 @@ private DriveConstants() {
DRIVE_FF_GAINS,
DRIVE_FB_GAINS,
TURN_FB_GAINS,
Units.rotationsToDegrees(0.201172),
Units.rotationsToDegrees(0.203857),
true,
ModuleConstants.GearRatios.L3
);
Expand All @@ -83,7 +83,7 @@ private DriveConstants() {
DRIVE_FF_GAINS,
DRIVE_FB_GAINS,
TURN_FB_GAINS,
Units.rotationsToDegrees(0.457764),
Units.rotationsToDegrees(0.212158),
true,
ModuleConstants.GearRatios.L3
);
Expand All @@ -94,7 +94,7 @@ private DriveConstants() {
DRIVE_FF_GAINS,
DRIVE_FB_GAINS,
TURN_FB_GAINS,
Units.rotationsToDegrees(-0.263916),
Units.rotationsToDegrees(-0.263184),
true,
ModuleConstants.GearRatios.L3
);
Expand Down

0 comments on commit efa6793

Please sign in to comment.