[openrtm-commit:03021] r3149 - branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 12月 14日 (木) 15:16:45 JST


Author: miyamoto
Date: 2017-12-14 15:16:45 +0900 (Thu, 14 Dec 2017)
New Revision: 3149

Modified:
   branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/RTObject.cpp
Log:
[merge] r3148 has been merged from trunk.

Modified: branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/RTObject.cpp
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/RTObject.cpp	2017-12-14 06:15:34 UTC (rev 3148)
+++ branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/RTObject.cpp	2017-12-14 06:16:45 UTC (rev 3149)
@@ -2571,7 +2571,8 @@
     getInheritedECOptions(default_opts);
     for (size_t i(0); i < ecs_tmp.size(); ++i)
       {
-        if (coil::normalize(ecs_tmp[i]) == "none")
+        std::string ec_tmp = ecs_tmp[i];
+        if (coil::normalize(ec_tmp) == "none")
           {
             RTC_INFO(("EC none. EC will not be bound to the RTC."));
             ec_args.clear();



More information about the openrtm-commit mailing list