@Override
 public void setStallThreshold(int error, int time) throws RemoteException {
   motor.setStallThreshold(error, time);
 }