From 1f45736b232410612df5e146d63e75ba71dacc84 Mon Sep 17 00:00:00 2001 From: Max Hunt Date: Sat, 15 Feb 2020 15:42:14 +0000 Subject: [PATCH] Update --- new_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new_main.py b/new_main.py index 95d5214..f67063d 100644 --- a/new_main.py +++ b/new_main.py @@ -22,7 +22,7 @@ brickstuff = tps.brick_directions_notf class PickAndPlace(object): def __init__(self, limb, hover_distance = 0.10, verbose=True, speed=0.2, accuracy=baxter_interface.settings.JOINT_ANGLE_TOLERANCE): - # self._accuracy = accuracy + self._accuracy = accuracy self._limb_name = limb # string self._hover_distance = hover_distance # in meters self._verbose = verbose # bool