[openrtm-commit:02320] r790 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 1月 23日 (月) 16:27:48 JST


Author: miyamoto
Date: 2017-01-23 16:27:48 +0900 (Mon, 23 Jan 2017)
New Revision: 790

Modified:
   trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py
Log:
[compat,bugfix] refs #3873

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py	2017-01-21 08:41:43 UTC (rev 789)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py	2017-01-23 07:27:48 UTC (rev 790)
@@ -57,7 +57,7 @@
                  "timer.enable",                     "YES",
                  "timer.tick",                       "0.1",
                  "corba.args",                       "",
-                 "corba.endpoints"                   "",
+                 "corba.endpoints",                   "",
                  "corba.id",                         OpenRTM_aist.corba_name,
                  "corba.nameservers",               "localhost",
                  "corba.master_manager",             "localhost:2810",



More information about the openrtm-commit mailing list