[openrtm-commit:03262] r963 - trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleIO
openrtm @ openrtm.org
openrtm @ openrtm.org
2018年 3月 22日 (木) 09:08:03 JST
Author: miyamoto
Date: 2018-03-22 09:08:03 +0900 (Thu, 22 Mar 2018)
New Revision: 963
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleIO/ConsoleOut.py
Log:
[compat,bugfix,->RELENG_1_2] fixed bug.
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleIO/ConsoleOut.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleIO/ConsoleOut.py 2018-03-22 00:05:59 UTC (rev 962)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleIO/ConsoleOut.py 2018-03-22 00:08:03 UTC (rev 963)
@@ -107,7 +107,7 @@
def onExecute(self, ec_id):
- if self._inport.isNew() or True:
+ if self._inport.isNew():
data = self._inport.read()
print("Received: ", data)
print("Received: ", data.data)
openrtm-commit メーリングリストの案内