LiveWindow.addActuator("CATAPULT", "latchServo", new PWM(RobotMap.latchServo));
//sensors
LiveWindow.addSensor("CATAPULT", "winchEncoder", new Encoder(RobotMap.winchEncoderA, RobotMap.winchEncoderB, false));
LiveWindow.addSensor("CATAPULT", "limitSwitch", new DigitalInput(RobotMap.limitSwitch));
}