{ "info": { "author": "Ravi Prakash Joshi", "author_email": "joshi.ravi-prakash869@mail.kyutech.jp", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "# whillpy\nUnofficial python package for WHILL Model CK control\n\n![WHILL](docs/whill.png)\n\n## Dependencies\n1. Python 2 or 3\n1. [pyserial](https://pythonhosted.org/pyserial)\n * ~It can easily be installed using pip i.e., `pip install pyserial`~ *(it will be installed automatically)*\n\n## Installation Steps\nInstall from source\n1. Clone or download the repository\n1. Use the following command `python setup.py install`\n * Alternatively the package can be installed to a user directory using the following command\n```\npython setup.py install --user\n```\n\n## Connection Diagram\nIn order to control WHILL Model CK, we propose to use Raspberry Pi 3 module. This module can easily be powered up by the provided USB socket in WHILL. Below are the connection diagrams -\n\n**Power**\n\n![power](docs/power.jpg)\n\n**Connections**\n\n![connections](docs/connections.jpg)\n\n## Usage\nBelow is an example-\n\n```\nimport whillpy\n\n# initialize Whill by providing the name of the serial port\nwhill = whillpy.connect(port='/dev/ttyUSB0')\n\n# control the power\nwhill.set_power(whillpy.power.on)\n\n# move straight while turning left\nwhill.move(straight=10, turn=-50)\n```\nExamples can be found in [examples](examples) directory of this package.\n\n## Issues\nPlease check [here](https://github.com/ShibataLab/whillpy/issues) and create issues.\n\n## Author\n[Ravi Prakash Joshi](https://ravijo.github.io/)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ShibataLab/whillpy", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "whillpy", "package_url": "https://pypi.org/project/whillpy/", "platform": "", "project_url": "https://pypi.org/project/whillpy/", "project_urls": { "Homepage": "http://github.com/ShibataLab/whillpy" }, "release_url": "https://pypi.org/project/whillpy/0.2/", "requires_dist": [ "pyserial" ], "requires_python": "", "summary": "Unofficial python package for WHILL Model CK control", "version": "0.2" }, "last_serial": 4376331, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "d0ce6a195d655180f47b1371bb7e0629", "sha256": "04e105b955e4d0a25c3fcbd93c6fa8f2092d33b89d34f6890d96d61ba80672cf" }, "downloads": -1, "filename": "whillpy-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "d0ce6a195d655180f47b1371bb7e0629", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5451, "upload_time": "2018-10-15T05:34:19", "url": "https://files.pythonhosted.org/packages/0c/53/a416e678e4defbca8d06ff41102bf85332eec347d7312b1b67291ab995b3/whillpy-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7c9640fd1bf1c4dee3aa0001b0c3707e", "sha256": "1071e8189d2c0d5f98a8b8dd4b79677536c7fa52a8e2bc46f9f78bb23776cd3d" }, "downloads": -1, "filename": "whillpy-0.2.tar.gz", "has_sig": false, "md5_digest": "7c9640fd1bf1c4dee3aa0001b0c3707e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3985, "upload_time": "2018-10-15T05:34:21", "url": "https://files.pythonhosted.org/packages/40/38/964dfc751fb6286df8a73288785fa5af432c8209e39138ee7a1ad2409686/whillpy-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d0ce6a195d655180f47b1371bb7e0629", "sha256": "04e105b955e4d0a25c3fcbd93c6fa8f2092d33b89d34f6890d96d61ba80672cf" }, "downloads": -1, "filename": "whillpy-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "d0ce6a195d655180f47b1371bb7e0629", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5451, "upload_time": "2018-10-15T05:34:19", "url": "https://files.pythonhosted.org/packages/0c/53/a416e678e4defbca8d06ff41102bf85332eec347d7312b1b67291ab995b3/whillpy-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7c9640fd1bf1c4dee3aa0001b0c3707e", "sha256": "1071e8189d2c0d5f98a8b8dd4b79677536c7fa52a8e2bc46f9f78bb23776cd3d" }, "downloads": -1, "filename": "whillpy-0.2.tar.gz", "has_sig": false, "md5_digest": "7c9640fd1bf1c4dee3aa0001b0c3707e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3985, "upload_time": "2018-10-15T05:34:21", "url": "https://files.pythonhosted.org/packages/40/38/964dfc751fb6286df8a73288785fa5af432c8209e39138ee7a1ad2409686/whillpy-0.2.tar.gz" } ] }