From a0b8d5a40035570ae8e382e9bfeb7b6a03b649a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E5=8C=97=E5=86=B5=E5=BD=92?= <2692032597@qq.com> Date: Wed, 22 Nov 2023 01:53:56 +0000 Subject: [PATCH] update thirdparty/behaviortree/README_zh.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 离北况归 <2692032597@qq.com> --- thirdparty/behaviortree/README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/behaviortree/README_zh.md b/thirdparty/behaviortree/README_zh.md index 5a9f0130..b17ba245 100644 --- a/thirdparty/behaviortree/README_zh.md +++ b/thirdparty/behaviortree/README_zh.md @@ -13,4 +13,4 @@ behaviortree提供了一个创建行为树的框架,常用来做任务或状 ## 集成方式 - [系统rom包集成](./docs/rom_integrate.md) - +- [应用hap包集成](docs/hap_integrate.md) -- Gitee