[openrtm-commit:02587] r817 - trunk/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 4月 20日 (木) 14:32:53 JST
Author: miyamoto
Date: 2017-04-20 14:32:53 +0900 (Thu, 20 Apr 2017)
New Revision: 817
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py
Log:
[compat,bugfix,->RELENG_1_2] fixed bug. refs #4026
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py 2017-04-20 05:23:00 UTC (rev 816)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py 2017-04-20 05:32:53 UTC (rev 817)
@@ -83,6 +83,6 @@
"manager.modules.Java.manager_cmd", "rtcd_java",
"manager.modules.search_auto", "YES",
"manager.local_service.enabled_services","ALL",
- "sdo.service.provider.enabled_service", "ALL",
- "sdo.service.consumer.enabled_service", "ALL",
+ "sdo.service.provider.enabled_services", "ALL",
+ "sdo.service.consumer.enabled_services", "ALL",
""]
openrtm-commit メーリングリストの案内