[openrtm-commit:02655] r851 - in branches/FSM4RTC/OpenRTM-aist-Python/OpenRTM_aist: examples/StaticFsm python3_examples/StaticFsm

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 6月 27日 (火) 22:47:29 JST


Author: miyamoto
Date: 2017-06-27 22:47:29 +0900 (Tue, 27 Jun 2017)
New Revision: 851

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-21 04:47:04 UTC (rev 850)
+++ branches/FSM4RTC/OpenRTM-aist-Python/OpenRTM_aist/examples/StaticFsm/Inputbutton.py	2017-06-27 13:47:29 UTC (rev 851)
@@ -78,8 +78,7 @@
     print("  tick         : Proceed time.")
     print("  -> others are interpreted as tick commnad.")
     print(">> ")
-    #print("Please input number: ",end="")
-    print "Please input number: ",
+    
     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-21 04:47:04 UTC (rev 850)
+++ branches/FSM4RTC/OpenRTM-aist-Python/OpenRTM_aist/python3_examples/StaticFsm/Inputbutton.py	2017-06-27 13:47:29 UTC (rev 851)
@@ -78,8 +78,6 @@
     print("  tick         : Proceed time.")
     print("  -> others are interpreted as tick commnad.")
     print(">> ")
-    print("Please input number: ",end="")
-    #print "Please input number: ",
     cmds = sys.stdin.readline()
     cmds = cmds.split(" ")
     OpenRTM_aist.StringUtil.eraseBlank(cmds)



More information about the openrtm-commit mailing list