修正main.py中的错误

This commit is contained in:
wuziji 2023-09-26 11:34:07 +08:00
parent c65b691208
commit 9c7275a7c2
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ def LoadSubTree(path: str) -> py_trees.behaviour.Behaviour:
if __name__ == '__main__':
btree = LoadMainTree()
print(123)
def print_tree(tree):
print(py_trees.display.unicode_tree(root=tree.root, show_status=True))