Update
This commit is contained in:
parent
f355682342
commit
69a7de8a7f
6
main.py
6
main.py
@ -459,9 +459,9 @@ tf_service(init=True)
|
||||
# right_pnp.move_to_start(right_pnp.ik_request(pose1))
|
||||
|
||||
|
||||
try:
|
||||
print('Done with task, enter x to kill tf service')
|
||||
while True:
|
||||
|
||||
print('Done with task, enter x to kill tf service')
|
||||
while True:
|
||||
a = raw_input()
|
||||
if a == 'x' or x == 'X':
|
||||
print("x has been caught, killing tf service")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user