diff --git a/new_main.py b/new_main.py index 38e9b72..f27dc7e 100755 --- a/new_main.py +++ b/new_main.py @@ -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'])