Metadata-Version: 2.1
Name: gros_client
Version: 1.0.16
Summary: Fourier General Robotics OS - Client Library (python)
Author-email: jax <ming.li@fftai.com>
License: MIT
Project-URL: Homepage, https://github.com/FFTAI/gros_client_py
Project-URL: Bug Tracker, https://github.com/FFTAI/gros_client_py/issues
Project-URL: Blog, https://fftai.github.io/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# 安装依赖
# pip install gros_client

# 引入依赖
from gros_client import Human

# 实例化human对象
human = Human(host='192.168.9.17')
# 调用启动方法
human.start()
