[openrtm-commit:00609] r508 - branches/work/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2012年 1月 23日 (月) 16:06:18 JST


Author: kurihara
Date: 2012-01-23 16:06:18 +0900 (Mon, 23 Jan 2012)
New Revision: 508

Modified:
   branches/work/OpenRTM-aist-Python/OpenRTM_aist/ManagerConfig.py
Log:
Now the manager config has a loaded configuration file name in config_file property. 

Modified: branches/work/OpenRTM-aist-Python/OpenRTM_aist/ManagerConfig.py
===================================================================
--- branches/work/OpenRTM-aist-Python/OpenRTM_aist/ManagerConfig.py	2012-01-23 06:35:13 UTC (rev 507)
+++ branches/work/OpenRTM-aist-Python/OpenRTM_aist/ManagerConfig.py	2012-01-23 07:06:18 UTC (rev 508)
@@ -201,6 +201,7 @@
 
     # Properties from arguments are marged finally
     prop.mergeProperties(self._argprop)
+    prop.setProperty("config_file", self._configFile)
     return prop
 
 



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