修正main.py中的错误
This commit is contained in:
parent
c65b691208
commit
9c7275a7c2
|
@ -50,8 +50,6 @@ def LoadSubTree(path: str) -> py_trees.behaviour.Behaviour:
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
btree = LoadMainTree()
|
btree = LoadMainTree()
|
||||||
|
|
||||||
print(123)
|
|
||||||
|
|
||||||
|
|
||||||
def print_tree(tree):
|
def print_tree(tree):
|
||||||
print(py_trees.display.unicode_tree(root=tree.root, show_status=True))
|
print(py_trees.display.unicode_tree(root=tree.root, show_status=True))
|
||||||
|
|
Loading…
Reference in New Issue