14 lines
729 B
Markdown
Raw Normal View History

2024-09-23 16:01:31 +08:00
# Python 接口使用示例
AimRT 提供了以下 Python 接口使用示例:
- {{ '[python examples]({}/src/examples/py)'.format(code_site_root_path_url) }}
- {{ '[helloworld]({}/src/examples/py/helloworld)'.format(code_site_root_path_url) }}
- {{ '[protobuf_channel]({}/src/examples/py/protobuf_channel)'.format(code_site_root_path_url) }}
- {{ '[protobuf_rpc]({}/src/examples/py/protobuf_rpc)'.format(code_site_root_path_url) }}
关于这些示例的说明:
- 每个示例都有自己独立的 readme 文档,详情请点击示例链接进入后查看;
- 运行示例前需要确保本地已经安装有 `aimrt_py` 包,安装方式请参考[引用与安装Python](../quick_start/installation_py.md)