[openrtm-commit:02551] r808 - trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleService
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 4月 3日 (月) 12:26:53 JST
Author: miyamoto
Date: 2017-04-03 12:26:53 +0900 (Mon, 03 Apr 2017)
New Revision: 808
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleService/run.py
Log:
[compat,bugfix,->RELENG_1_2] fixed bug.
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleService/run.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleService/run.py 2017-04-03 03:20:33 UTC (rev 807)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleService/run.py 2017-04-03 03:26:53 UTC (rev 808)
@@ -27,10 +27,10 @@
os.system("rd /S /Q SimpleService")
os.system("rd /S /Q SimpleService__POA")
os.system("omniidl.exe -bpython MyService.idl")
- os.system("start python ..\\..\\..\\bin\\rtm-naming.py")
+ os.system("start \"\" \"%RTM_ROOT%\\bin\\rtm-naming.bat\"")
os.system("start python MyServiceConsumer.py")
os.system("start python MyServiceProvider.py")
- time.sleep(3)
+ time.sleep(5)
os.system("python Connector.py")
else:
openrtm-commit メーリングリストの案内