WIP bobito tunings
This commit is contained in:
@ -48,7 +48,7 @@ public class DriveEncoderLocalizer extends Localizer {
|
|||||||
private final Encoder rightRear;
|
private final Encoder rightRear;
|
||||||
private double totalHeading;
|
private double totalHeading;
|
||||||
public static double FORWARD_TICKS_TO_INCHES = -0.0058;
|
public static double FORWARD_TICKS_TO_INCHES = -0.0058;
|
||||||
public static double STRAFE_TICKS_TO_INCHES = -0.0326;
|
public static double STRAFE_TICKS_TO_INCHES = -0.0054;
|
||||||
public static double TURN_TICKS_TO_RADIANS = -0.0009;
|
public static double TURN_TICKS_TO_RADIANS = -0.0009;
|
||||||
public static double ROBOT_WIDTH = 1;
|
public static double ROBOT_WIDTH = 1;
|
||||||
public static double ROBOT_LENGTH = 1;
|
public static double ROBOT_LENGTH = 1;
|
||||||
|
@ -202,9 +202,9 @@ public class FollowerConstants {
|
|||||||
|
|
||||||
// Secondary drive PIDF coefficients
|
// Secondary drive PIDF coefficients
|
||||||
public static CustomFilteredPIDFCoefficients secondaryDrivePIDFCoefficients = new CustomFilteredPIDFCoefficients(
|
public static CustomFilteredPIDFCoefficients secondaryDrivePIDFCoefficients = new CustomFilteredPIDFCoefficients(
|
||||||
0.02,
|
0.00315,
|
||||||
0,
|
0,
|
||||||
0.000005,
|
0.0001,
|
||||||
0.6,
|
0.6,
|
||||||
0);
|
0);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user