diff --git a/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/ThreeDeadWheelLocalizer.java b/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/ThreeDeadWheelLocalizer.java index 90fcfe4..18f0de2 100644 --- a/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/ThreeDeadWheelLocalizer.java +++ b/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/ThreeDeadWheelLocalizer.java @@ -15,9 +15,9 @@ import com.qualcomm.robotcore.hardware.HardwareMap; @Config public final class ThreeDeadWheelLocalizer implements Localizer { public static class Params { - public double PAR0_Y_TICKS = 0.0; - public double PAR1_Y_TICKS = 0.0; - public double PERP_X_TICKS = 0.0; + public double par0YTicks = 0.0; // y position of the first parallel encoder (in tick units) + public double par1YTicks = 0.0; // y position of the second parallel encoder (in tick units) + public double perpXTicks = 0.0; // x position of the perpendicular encoder (in tick units) } public static Params PARAMS = new Params(); @@ -54,17 +54,17 @@ public final class ThreeDeadWheelLocalizer implements Localizer { Twist2dDual