[openrtm-commit:03135] r930 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 1月 24日 (水) 15:31:39 JST


Author: miyamoto
Date: 2018-01-24 15:31:39 +0900 (Wed, 24 Jan 2018)
New Revision: 930

Modified:
   trunk/OpenRTM-aist-Python/OpenRTM_aist/CORBA_RTCUtil.py
Log:
[compat, bugfix, ->RELENG_1_2] fixed bug

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/CORBA_RTCUtil.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/CORBA_RTCUtil.py	2018-01-24 06:27:40 UTC (rev 929)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/CORBA_RTCUtil.py	2018-01-24 06:31:39 UTC (rev 930)
@@ -283,7 +283,7 @@
 # @endif
 def get_state(rtc, ec_id=0):
   if CORBA.is_nil(rtc):
-    return False
+    return False, RTC.CREATED_STATE
   ec = get_actual_ec(rtc, ec_id)
   if CORBA.is_nil(ec):
     return False, RTC.CREATED_STATE



More information about the openrtm-commit mailing list