public void sendDefaultValues() { leftMotor.setSpeed(0); rightMotor.setSpeed(0); horizStickServo.setValue(HORIZ_STICK_DEFAULT); vertStickServo.setValue(VERT_STICK_DEFAULT); ballShooter.setValue(false); }