14 lines
729 B
Markdown
14 lines
729 B
Markdown
|
# 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);
|