Working cluster with direct daemon
This commit is contained in:
parent
5ae471b5eb
commit
31b61ea004
|
|
@ -21,8 +21,7 @@ class ClusterServer(DirectObject.DirectObject):
|
|||
MSG_NUM = 2000000
|
||||
|
||||
def __init__(self,cameraJig,camera):
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
global clusterServerPort, clusterSyncFlag, clusterDaemonClient, clusterDaemonPort
|
||||
print clusterServerPort, clusterSyncFlag, clusterDaemonClient, clusterDaemonPort
|
||||
# Store information about the cluster's camera
|
||||
self.cameraJig = cameraJig
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
bash calc
|
||||
tcsh -c ppython -c "from ShowBaseGlobal import *; d=DirectD(); d.serverReady('DRMINE-D02', 8002); run()"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue