This commit is contained in:
Max Hunt 2020-02-11 12:13:26 +00:00
parent 7f50e350ba
commit ac80b7c72a

View File

@ -297,6 +297,9 @@ def getAll():
def getTable():
return table
def getTargets():
return bricks_end
def getNodes():
nodes = ['baxter::base', 't1::Table']
for obj in bricks_start:
@ -305,6 +308,6 @@ def getNodes():
nodes.append(node_name)
return nodes
def getTargets():
def getDirections():
return target_positions