Metadata-Version: 2.1
Name: hengbot-api
Version: 0.0.6
Summary: hengbot-api
Author: RMaixtr
Author-email: 53236564@qq.com
License: MIT
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

一、前言

此文档介绍了如何使用 python sdk 控制哮天的运动状态。您可以按照我们提供的接口和例程，学习机器人控制，完成哮天的二次开发。在阅读本文档前，请先阅读以下文档，对哮天有一定了解。
240623_SPARKY 开箱指南  

二、前置条件

2.1背景知识

- 有过 Python 语言编程基础，了解基本语法，如面向对象、交互解释等概念。

- 对哮天情况有所了解，能够使用app控制哮天。

2.2准备工作

- 准备一只哮天

- 哮天：与电脑连接同一局域网，从屏幕上获取 IP 地址

- PC端：已安装 Python 环境（包括 pip），git，使用以下命令获取开发 SDK

```
pip install hengbot-api

git clone github.com/hengbot/hengbot-api
```
