[openrtm-commit:02139] r755 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 11月 24日 (木) 17:47:29 JST


Author: miyamoto
Date: 2016-11-24 17:47:28 +0900 (Thu, 24 Nov 2016)
New Revision: 755

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

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py	2016-11-24 07:45:22 UTC (rev 754)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py	2016-11-24 08:47:28 UTC (rev 755)
@@ -2943,7 +2943,7 @@
     # @endif
     def __init__(self, name=None, factory=None, prop=None):
       if prop:
-        self._name = prop.getInstanceName()
+        self._name = prop.getProperty("instance_name")
       if factory:
         self._name = factory.getInstanceName()
       elif name:



More information about the openrtm-commit mailing list