This commit is contained in:
Max Hunt 2020-03-09 16:28:50 +00:00
parent 3e670c4a92
commit 47eda969c9

View File

@ -287,7 +287,7 @@ left_pnp.gripper_open() #Ensures gripper is open before grabbing brick
tower_instructions = ta.instructions
print('Loaded tower instructions, bricks: ', len(instructions))
print('Loaded tower instructions, bricks: ', len(tower_instructions))
for step in tower_instructions:
print('Processing step: ', step['step'])