package org.usfirst.frc.team4272.robot2016; public class Control { double lDrive, rDrive, fBall, bBall; public Control() { lDrive = rDrive = fBall = bBall = 0; } }