This commit is contained in:
Max Hunt 2020-02-15 15:42:14 +00:00
parent 6540bee9bc
commit 1f45736b23

View File

@ -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