[openrtm-commit:01653] r628 - in branches/RELENG_1_1/OpenRTM-aist-Python: . OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2015年 11月 12日 (木) 10:18:32 JST


Author: kawauchi
Date: 2015-11-12 10:18:32 +0900 (Thu, 12 Nov 2015)
New Revision: 628

Modified:
   branches/RELENG_1_1/OpenRTM-aist-Python/
   branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/PeriodicECSharedComposite.py
Log:
[compat,merge] r627 merged from trunk.


Property changes on: branches/RELENG_1_1/OpenRTM-aist-Python
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/RELENG_1_0/OpenRTM-aist-Python:345-404
/branches/RELENG_1_1/OpenRTM-aist-Python:396-478
/trunk/OpenRTM-aist-Python:498-500,502,511,543-547,559,563,565-568,570-586,591-605,607-610,614,617,620,625
   + /branches/RELENG_1_0/OpenRTM-aist-Python:345-404
/branches/RELENG_1_1/OpenRTM-aist-Python:396-478
/trunk/OpenRTM-aist-Python:498-500,502,511,543-547,559,563,565-568,570-586,591-605,607-610,614,617,620,625,627

Modified: branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/PeriodicECSharedComposite.py
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/PeriodicECSharedComposite.py	2015-11-06 08:59:59 UTC (rev 627)
+++ branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/PeriodicECSharedComposite.py	2015-11-12 01:18:32 UTC (rev 628)
@@ -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