Metadata-Version: 2.1
Name: damip-robots
Version: 0.1.2
Summary: Robots SDK for Digitopia Advanced Mechanical Intelligence Platform.
Home-page: https://digitopia.com.cn/damip-robots
Author: kaiwei.li
Author-email: kaiwei.li@digitopia.com.cn
License: UNKNOWN
Description: # damip-robots
        
        Robots SDK for Digitopia Advanced Mechanical Intelligence Platform(DAMIP).
        
        ### Installation
        
        We use PyPI to distribute our software.
        
        ```sh
        $ pip install damip-robots
        ```
        
        
        ### Usage
        
        ```python
        >>> from damip-robots import rayranger
        >>> mybot = rayranger.Robot()
        >>> mybot.hello()
        'hello, I am an RayRanger robot, My name is Ray Ranger.'
        >>> mybot.right_arm_shake(1)
        :) Send:  {"T":50,"id":2,"pos":300,"spd":500,"acc":30} 44
        :) Set right arm postion:  300
        :) Send:  {"T":50,"id":2,"pos":700,"spd":500,"acc":30} 44
        :) Set right arm postion:  700
        :) Send:  {"T":50,"id":2,"pos":500,"spd":500,"acc":30} 44
        
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
