This commit is contained in:
xuzhiheng
2025-06-05 12:21:31 +08:00
parent 8c508f3a74
commit 503771fe7c
64 changed files with 2911 additions and 537 deletions

View File

@@ -344,4 +344,12 @@ public class StandardRemoteVehicleService
throw findSuitableExceptionFor(exc);
}
}
@Override
public void receiveCallback(ClientID clientId, TCSObjectReference<Vehicle> ref, Object data)
throws RemoteException {
System.out.println("receiveCallback org.opentcs.kernel.extensions.rmi:" + data);
}
}