[openrtm-commit:02656] r852 - in branches/FSM4RTC/OpenRTM-aist-Python/OpenRTM_aist: examples/StaticFsm python3_examples/StaticFsm
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 6月 27日 (火) 22:50:15 JST
Author: miyamoto
Date: 2017-06-27 22:50:15 +0900 (Tue, 27 Jun 2017)
New Revision: 852
Modified:
branches/FSM4RTC/OpenRTM-aist-Python/OpenRTM_aist/examples/StaticFsm/Inputbutton.py
branches/FSM4RTC/OpenRTM-aist-Python/OpenRTM_aist/python3_examples/StaticFsm/Inputbutton.py
Log:
[compat,2.0,FSM4RTC] fixed sample
Modified: branches/FSM4RTC/OpenRTM-aist-Python/OpenRTM_aist/examples/StaticFsm/Inputbutton.py
===================================================================
--- branches/FSM4RTC/OpenRTM-aist-Python/OpenRTM_aist/examples/StaticFsm/Inputbutton.py 2017-06-27 13:47:29 UTC (rev 851)
+++ branches/FSM4RTC/OpenRTM-aist-Python/OpenRTM_aist/examples/StaticFsm/Inputbutton.py 2017-06-27 13:50:15 UTC (rev 852)
@@ -77,8 +77,8 @@
print(" stop : Stop the microwave.")
print(" tick : Proceed time.")
print(" -> others are interpreted as tick commnad.")
- print(">> ")
-
+ print ">> ",
+ #print(">> ",end="")
cmds = sys.stdin.readline()
cmds = cmds.split(" ")
OpenRTM_aist.StringUtil.eraseBlank(cmds)
Modified: branches/FSM4RTC/OpenRTM-aist-Python/OpenRTM_aist/python3_examples/StaticFsm/Inputbutton.py
===================================================================
--- branches/FSM4RTC/OpenRTM-aist-Python/OpenRTM_aist/python3_examples/StaticFsm/Inputbutton.py 2017-06-27 13:47:29 UTC (rev 851)
+++ branches/FSM4RTC/OpenRTM-aist-Python/OpenRTM_aist/python3_examples/StaticFsm/Inputbutton.py 2017-06-27 13:50:15 UTC (rev 852)
@@ -77,7 +77,8 @@
print(" stop : Stop the microwave.")
print(" tick : Proceed time.")
print(" -> others are interpreted as tick commnad.")
- print(">> ")
+ #print ">> ",
+ print(">> ",end="")
cmds = sys.stdin.readline()
cmds = cmds.split(" ")
OpenRTM_aist.StringUtil.eraseBlank(cmds)
More information about the openrtm-commit
mailing list