public class TankDriveHelper
extends DriveHelper
Constructor and Description |
---|
TankDriveHelper(double deadband,
double slowMultiplier) |
Modifier and Type | Method and Description |
---|---|
DriveSignal |
calculateOutput(double left,
double right,
boolean isSlow,
boolean notUsed) |
calculateOutput, handleDeadband
public DriveSignal calculateOutput(double left, double right, boolean isSlow, boolean notUsed)