[openrtm-commit:01940] r623 - trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/python

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 5月 24日 (火) 10:08:43 JST


Author: miyamoto
Date: 2016-05-24 10:08:43 +0900 (Tue, 24 May 2016)
New Revision: 623

Modified:
   trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/python/Py_RTC.py.vsl
Log:
[compat,bugfix] fixed Py_RTC.py.vsl.

Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/python/Py_RTC.py.vsl
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/python/Py_RTC.py.vsl	2016-05-23 03:02:11 UTC (rev 622)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/python/Py_RTC.py.vsl	2016-05-24 01:08:43 UTC (rev 623)
@@ -65,10 +65,6 @@
 #foreach($configParam in ${rtcParam.configParams})
 		 "conf.default.${configParam.name}", "${configParam.defaultVal}",
 #end
-
-#foreach($configParam in ${rtcParam.configParams})
-         "conf.default.__${configParam.name}", "${configParam.type}#if( ${configParam.step.length()} > 0 ).${configParam.step}#end",
-#end
 #if( ${rtcParam.configParams.size()} > 0 )
 
 #foreach($configParam in ${rtcParam.configParams})



More information about the openrtm-commit mailing list