Minor formatting change
This commit is contained in:
parent
d8bb8cfd05
commit
b58e4dc975
@ -173,7 +173,8 @@ public class RobotContainer {
|
||||
driver::getLeftY,
|
||||
driver::getLeftX,
|
||||
driver.getHID()::getPOV,
|
||||
OIConstants.kTeleopDriveDeadband).until(
|
||||
OIConstants.kTeleopDriveDeadband
|
||||
).until(
|
||||
() -> MathUtil.applyDeadband(driver.getRightX(), OIConstants.kTeleopDriveDeadband) != 0
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user