[openrtm-commit:01799] r681 - trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcprof

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 3月 5日 (土) 00:39:44 JST


Author: miyamoto
Date: 2016-03-05 00:39:44 +0900 (Sat, 05 Mar 2016)
New Revision: 681

Modified:
   trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcprof/rtcprof.py
Log:
[compat,bugfix,->RELENG_1_2] bug fix.

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcprof/rtcprof.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcprof/rtcprof.py	2016-02-29 13:11:43 UTC (rev 680)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcprof/rtcprof.py	2016-03-04 15:39:44 UTC (rev 681)
@@ -51,6 +51,7 @@
   # Manager initialization
   OpenRTM_aist.Manager.init(opts)
   mgr = OpenRTM_aist.Manager.instance()
+  mgr.shutdown()
 
   # loaded profile = old profiles - new profiles
   # for old



More information about the openrtm-commit mailing list