Update
This commit is contained in:
parent
6f33a17c41
commit
9395f3b0a8
@ -300,7 +300,7 @@ bricks_start_v2 =[{
|
||||
}]
|
||||
|
||||
def getBuildable():
|
||||
return bricks_start_v1
|
||||
return bricks_start_v2
|
||||
|
||||
def getAll():
|
||||
return bricks_start_v2+bricks_start_v1+bricks_end+[table]
|
||||
@ -313,7 +313,7 @@ def getTargets():
|
||||
|
||||
def getNodes():
|
||||
nodes = ['baxter::base', 't1::Table']
|
||||
for obj in bricks_start_v1 + bricks_end:
|
||||
for obj in bricks_start_v2 + bricks_end:
|
||||
name = obj['id']
|
||||
node_name = name+'::Brick'
|
||||
nodes.append(node_name)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user