[openrtm-commit:03348] r1036 - branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2018年 10月 19日 (金) 17:31:04 JST
Author: miyamoto
Date: 2018-10-19 17:31:04 +0900 (Fri, 19 Oct 2018)
New Revision: 1036
Modified:
branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist/RTCUtil.py
Log:
[merge] r1035 has been merged from trunk.
Modified: branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist/RTCUtil.py
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist/RTCUtil.py 2018-10-17 04:13:02 UTC (rev 1035)
+++ branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist/RTCUtil.py 2018-10-19 08:31:04 UTC (rev 1036)
@@ -127,7 +127,7 @@
else :
desc=omniORB.findType(dtype._NP_RepositoryId)
- if desc[0] in [omniORB.tcInternal.tv_alias ]: return instantiateDataType(desc[2])
+ if desc[0] in [omniORB.tcInternal.tv_alias ]: return instantiateDataType(desc[3])
if desc[0] in [omniORB.tcInternal.tv_short,
omniORB.tcInternal.tv_long,
openrtm-commit メーリングリストの案内