From ce293e8cfb082dc1f9e1683af99db5dd1784b400 Mon Sep 17 00:00:00 2001 From: wuziji <2193177243@qq.com> Date: Mon, 25 Sep 2023 19:47:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E8=A1=8C=E4=B8=BA=E6=A0=91?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=EF=BC=8C=E6=B5=8B=E8=AF=95=E6=8F=90?= =?UTF-8?q?=E4=BA=A4-wuziji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- behavior_tree/main.py | 0 behavior_tree/topLevel_BT.py | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100644 behavior_tree/main.py create mode 100644 behavior_tree/topLevel_BT.py diff --git a/behavior_tree/main.py b/behavior_tree/main.py new file mode 100644 index 0000000..e69de29 diff --git a/behavior_tree/topLevel_BT.py b/behavior_tree/topLevel_BT.py new file mode 100644 index 0000000..d0c77ac --- /dev/null +++ b/behavior_tree/topLevel_BT.py @@ -0,0 +1,6 @@ +""" + 于此定义顶层行为树结构(不包括实际执行,实际执行置于 main.py 中) +""" + +import py_tree +