This commit is contained in:
Max Hunt 2020-02-26 11:12:39 +00:00
parent 817fbd5ab9
commit 9f8cd9c04f

View File

@ -25,6 +25,7 @@ brickstuff = tps.brick_directions_notf
global sumulation global sumulation
simulation = True simulation = True
debug = True
class PickAndPlace(object): class PickAndPlace(object):
def __init__(self, limb, hover_distance = 0.10, verbose=True, speed=0.2, accuracy=baxter_interface.settings.JOINT_ANGLE_TOLERANCE): def __init__(self, limb, hover_distance = 0.10, verbose=True, speed=0.2, accuracy=baxter_interface.settings.JOINT_ANGLE_TOLERANCE):