package org.usfirst.frc.team4272.robot2016; public class Control { double lDrive = 0, rDrive = 0, camRotate = 0, camTilt = 0, climber = 0; boolean highGear = false, PCM3 =true, PCM4 = false; public Control() {} }