Merge pull request #14 from BaronClaps/master
Make distance to be consistently 48 inches
This commit is contained in:
@ -32,7 +32,7 @@ public class ForwardTuner extends OpMode {
|
||||
|
||||
private Telemetry telemetryA;
|
||||
|
||||
public static double DISTANCE = 30;
|
||||
public static double DISTANCE = 48;
|
||||
|
||||
/**
|
||||
* This initializes the PoseUpdater as well as the FTC Dashboard telemetry.
|
||||
|
@ -33,7 +33,7 @@ public class LateralTuner extends OpMode {
|
||||
|
||||
private Telemetry telemetryA;
|
||||
|
||||
public static double DISTANCE = 30;
|
||||
public static double DISTANCE = 48;
|
||||
|
||||
/**
|
||||
* This initializes the PoseUpdater as well as the FTC Dashboard telemetry.
|
||||
|
@ -52,7 +52,7 @@ public class ForwardVelocityTuner extends OpMode {
|
||||
|
||||
private PoseUpdater poseUpdater;
|
||||
|
||||
public static double DISTANCE = 40;
|
||||
public static double DISTANCE = 48;
|
||||
public static double RECORD_NUMBER = 10;
|
||||
|
||||
private Telemetry telemetryA;
|
||||
|
@ -52,7 +52,7 @@ public class StrafeVelocityTuner extends OpMode {
|
||||
|
||||
private PoseUpdater poseUpdater;
|
||||
|
||||
public static double DISTANCE = 40;
|
||||
public static double DISTANCE = 48;
|
||||
public static double RECORD_NUMBER = 10;
|
||||
|
||||
private Telemetry telemetryA;
|
||||
|
Reference in New Issue
Block a user