[openrtm-commit:00441] r488 - branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/examples/ExtTrigger

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 10月 4日 (火) 13:50:02 JST


Author: kurihara
Date: 2011-10-04 13:50:01 +0900 (Tue, 04 Oct 2011)
New Revision: 488

Modified:
   branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/examples/ExtTrigger/run.py
Log:
Changed sleep-time 1 to 2 sec.

Modified: branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/examples/ExtTrigger/run.py
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/examples/ExtTrigger/run.py	2011-10-03 08:15:42 UTC (rev 487)
+++ branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/examples/ExtTrigger/run.py	2011-10-04 04:50:01 UTC (rev 488)
@@ -27,7 +27,7 @@
     os.system("start python ..\\..\\..\\bin\\rtm-naming.py")
     os.system("start python ConsoleIn.py")
     os.system("start python Consoleout.py")
-    time.sleep(1)
+    time.sleep(2)
     os.system("python Connector.py")
 
 else:



openrtm-commit メーリングリストの案内