Set better default lateralInPerTick
This commit is contained in:
@ -62,8 +62,8 @@ public final class MecanumDrive {
|
||||
RevHubOrientationOnRobot.UsbFacingDirection.FORWARD;
|
||||
|
||||
// drive model parameters
|
||||
public double inPerTick = 0;
|
||||
public double lateralInPerTick = 1;
|
||||
public double inPerTick = 1;
|
||||
public double lateralInPerTick = inPerTick;
|
||||
public double trackWidthTicks = 0;
|
||||
|
||||
// feedforward parameters (in tick units)
|
||||
|
Reference in New Issue
Block a user