[openrtm-commit:01651] r627 - trunk/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2015年 11月 6日 (金) 17:59:59 JST
Author: kawauchi
Date: 2015-11-06 17:59:59 +0900 (Fri, 06 Nov 2015)
New Revision: 627
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/PeriodicECSharedComposite.py
Log:
[bug,compat->RELENG_1_1] Composite component setting has been modified.
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/PeriodicECSharedComposite.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/PeriodicECSharedComposite.py 2015-10-29 02:06:18 UTC (rev 626)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/PeriodicECSharedComposite.py 2015-11-06 08:59:59 UTC (rev 627)
@@ -643,7 +643,7 @@
self._org.getObjRef())
self._members = [[]]
- self.bindParameter("members", self._members, "", stringToStrVec)
+ self.bindParameter("members", self._members, " ", stringToStrVec)
self._rtcout = OpenRTM_aist.Manager.instance().getLogbuf("rtobject.periodic_ec_shared")
self._configsets.addConfigurationSetListener(\
OpenRTM_aist.ConfigurationSetListenerType.ON_SET_CONFIG_SET,
More information about the openrtm-commit
mailing list