alkaid_release_platform/thirdparty/py_trees/demos
ekko.bao 0a0f6a6054 初次创建仓库提交代码
1. 已经构建好了架子了。
2. 添加了示例的插件
2025-04-21 06:37:06 +00:00
..
__init__.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
action.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
blackboard_namespaces.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
blackboard_remappings.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
blackboard.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
context_switching.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
display_modes.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
dot_graphs.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
either_or.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
get-pip.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
lifecycle.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
logging.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
pick_up_where_you_left_off.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
Readme.md 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
selector.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
sequence.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00
stewardship.py 初次创建仓库提交代码 2025-04-21 06:37:06 +00:00

Guidelines

Each module here is a self-contained code sample for one of the demo scripts. That means there is a fair bit of copy and paste happening, but that is an intentional decision to ensure each demo script is self-contained and easy for beginners to follow and/or copy-paste from.

Keep this in mind when adding additional programs.