@Override
 public void disconnect() {
   super.disconnect();
   if (robotController != null) robotController.disconnect();
 }