This commit is contained in:
Max Hunt 2020-02-11 12:54:48 +00:00
parent 98ee1267a9
commit 968235cdd9

View File

@ -302,7 +302,7 @@ def getTargets():
def getNodes():
nodes = ['baxter::base', 't1::Table']
for obj in bricks_start:
for obj in bricks_start + bricks_end:
name = obj['id']
node_name = name+'::Brick'
nodes.append(node_name)