Update
This commit is contained in:
parent
2e0b1fe0ed
commit
954d255940
@ -253,9 +253,9 @@ def H_Routine():
|
|||||||
if gripper_state < 10:
|
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 >_ ')
|
command = raw_input('\n \n PROBLEM DETECTED!!!\nGripper has nothing in it...\n (C)ontinue, (A)bort, (O)pen gripper\n >_ ')
|
||||||
if command == 'C':
|
if command == 'C':
|
||||||
continue
|
pass
|
||||||
elif command == 'c':
|
elif command == 'c':
|
||||||
continue
|
pass
|
||||||
elif command == 'O':
|
elif command == 'O':
|
||||||
open_and_wait()
|
open_and_wait()
|
||||||
elif command == 'o':
|
elif command == 'o':
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user