Update
This commit is contained in:
parent
4d1d814e37
commit
bd757ce965
@ -250,6 +250,7 @@ def process(limb, step):
|
|||||||
limb.goto(step['place'])
|
limb.goto(step['place'])
|
||||||
if debug:x = raw_input('Open gripper?: ')
|
if debug:x = raw_input('Open gripper?: ')
|
||||||
print('Opening gripper...')
|
print('Opening gripper...')
|
||||||
|
time.sleep(0.5)
|
||||||
limb.gripper_open()
|
limb.gripper_open()
|
||||||
if not step['lastBrick']:
|
if not step['lastBrick']:
|
||||||
print('Moving arm to hover ', step['step'], ' position...')
|
print('Moving arm to hover ', step['step'], ' position...')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user