[openrtm-commit:01878] r702 - trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcd
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 4月 6日 (水) 17:35:50 JST
Author: kawauchi
Date: 2016-04-06 17:35:50 +0900 (Wed, 06 Apr 2016)
New Revision: 702
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcd/rtc.conf
trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcd/rtcd_python.bat
trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcd/rtcd_python.exe
Log:
[compat,->RELENG_1_1] Python path has been added to the script. rtc.conf has been reviewed. refs #3473
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcd/rtc.conf
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcd/rtc.conf 2016-04-01 08:34:08 UTC (rev 701)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcd/rtc.conf 2016-04-06 08:35:50 UTC (rev 702)
@@ -2,17 +2,5 @@
naming.formats: %h.host_cxt/%n.rtc
logger.enable: NO
logger.log_level: PARANOID
-manager.modules.load_path: ../examples/Python/Composite, \
- ../examples/Python/ConfigSample, \
- ../examples/Python/MobileRobotCanvas, \
- ../examples/Python/NXTRTC, \
- ../examples/Python/SeqIO, \
- ../examples/Python/SimpleIO, \
- ../examples/Python/SimpleService, \
- ../examples/Python/TkJoyStick, \
- ../components/
manager.is_master: YES
manager.shutdown_on_nortcs: NO
-
-#manager.modules.preload: ConfigSample, ConsoleInl, ConsoleOut
-#manager.components.precreate: ConfigSample, ConsoleIn, ConsoleOut
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcd/rtcd_python.bat
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcd/rtcd_python.bat 2016-04-01 08:34:08 UTC (rev 701)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcd/rtcd_python.bat 2016-04-06 08:35:50 UTC (rev 702)
@@ -6,4 +6,4 @@
rem National Institute of
rem Advanced Industrial Science and Technology (AIST), Japan
rem All rights reserved.
-rtcd.py %*
+%CD%\python.exe rtcd.py %*
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/utils/rtcd/rtcd_python.exe
===================================================================
(Binary files differ)
More information about the openrtm-commit
mailing list