From 9f8cd9c04f4bfbcd80905533ba8e0bef1eabddd0 Mon Sep 17 00:00:00 2001 From: Max Hunt Date: Wed, 26 Feb 2020 11:12:39 +0000 Subject: [PATCH] Update --- new_main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/new_main.py b/new_main.py index bdd9065..e945068 100644 --- a/new_main.py +++ b/new_main.py @@ -25,6 +25,7 @@ brickstuff = tps.brick_directions_notf global sumulation simulation = True +debug = True class PickAndPlace(object): def __init__(self, limb, hover_distance = 0.10, verbose=True, speed=0.2, accuracy=baxter_interface.settings.JOINT_ANGLE_TOLERANCE):