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