This commit is contained in:
Max Hunt 2020-02-26 11:06:04 +00:00
parent 954d255940
commit fc1363b5cc

View File

@ -216,9 +216,9 @@ def V_Routine():
if gripper_state < 10:
command = raw_input('\n \n PROBLEM DETECTED!!!\nGripper has nothing in it...\n (C)ontinue, (A)bort, (O)pen gripper\n >_ ')
if command == 'C':
continue
pass
elif command == 'c':
continue
pass
elif command == 'O':
open_and_wait()
elif command == 'o':