Name | pyroboplan JSON |
Version |
1.1.0
JSON |
| download |
home_page | None |
Summary | Educational Python library for manipulator motion planning. |
upload_time | 2024-06-19 13:46:39 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | MIT License Copyright (c) 2024 Sebastian Castro Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
education
manipulators
motion planning
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# PyRoboPlan
[![PyRoboPlan Tests](https://github.com/sea-bass/pyroboplan/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/sea-bass/pyroboplan/actions/workflows/tests.yml)
[![Documentation Status](https://readthedocs.org/projects/pyroboplan/badge/?version=latest)](https://pyroboplan.readthedocs.io/en/latest/?badge=latest)
![Coverage Status](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/sea-bass/e5e091166a18c68b26338793917d3bab/raw/pyroboplan-test-coverage.json)
Educational Python library for manipulator motion planning.
This library extensively uses the [Pinocchio](https://github.com/stack-of-tasks/pinocchio) Python bindings for modeling robot kinematics and dynamics.
For more information, refer to the [full documentation](https://pyroboplan.readthedocs.io/en/latest/).
By Sebastian Castro, 2024
![RRT based motion planning and trajectory execution](https://raw.githubusercontent.com/sea-bass/pyroboplan/main/docs/source/_static/gifs/pyroboplan_rrt_traj.gif)
![Cartesian motion planning](https://raw.githubusercontent.com/sea-bass/pyroboplan/main/docs/source/_static/gifs/pyroboplan_cartesian_path.gif)
---
## Setup
### From PyPi
```bash
pip3 install pyroboplan
```
### From Source
Clone this repository.
```bash
git clone https://github.com/sea-bass/pyroboplan.git
```
(Optional) Set up a virtual environment and install dependencies.
```bash
source scripts/setup_virtual_env.bash
```
Install this package and its dependencies.
```bash
pip3 install -e .
```
Raw data
{
"_id": null,
"home_page": null,
"name": "pyroboplan",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Sebastian Castro <sebas.a.castro@gmail.com>",
"keywords": "education, manipulators, motion planning",
"author": null,
"author_email": "Sebastian Castro <sebas.a.castro@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/63/15/3bd0b97c845b17b627e90fdc836510970b98f497e9d096a5fcba511f119b/pyroboplan-1.1.0.tar.gz",
"platform": null,
"description": "# PyRoboPlan\n\n[![PyRoboPlan Tests](https://github.com/sea-bass/pyroboplan/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/sea-bass/pyroboplan/actions/workflows/tests.yml)\n[![Documentation Status](https://readthedocs.org/projects/pyroboplan/badge/?version=latest)](https://pyroboplan.readthedocs.io/en/latest/?badge=latest)\n![Coverage Status](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/sea-bass/e5e091166a18c68b26338793917d3bab/raw/pyroboplan-test-coverage.json)\n\nEducational Python library for manipulator motion planning.\n\nThis library extensively uses the [Pinocchio](https://github.com/stack-of-tasks/pinocchio) Python bindings for modeling robot kinematics and dynamics.\n\nFor more information, refer to the [full documentation](https://pyroboplan.readthedocs.io/en/latest/).\n\nBy Sebastian Castro, 2024\n\n![RRT based motion planning and trajectory execution](https://raw.githubusercontent.com/sea-bass/pyroboplan/main/docs/source/_static/gifs/pyroboplan_rrt_traj.gif)\n\n![Cartesian motion planning](https://raw.githubusercontent.com/sea-bass/pyroboplan/main/docs/source/_static/gifs/pyroboplan_cartesian_path.gif)\n\n---\n\n## Setup\n\n### From PyPi\n\n```bash\npip3 install pyroboplan\n```\n\n### From Source\n\nClone this repository.\n\n```bash\ngit clone https://github.com/sea-bass/pyroboplan.git\n```\n\n(Optional) Set up a virtual environment and install dependencies.\n\n```bash\nsource scripts/setup_virtual_env.bash\n```\n\nInstall this package and its dependencies.\n\n```bash\npip3 install -e .\n```\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 Sebastian Castro Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "Educational Python library for manipulator motion planning.",
"version": "1.1.0",
"project_urls": null,
"split_keywords": [
"education",
" manipulators",
" motion planning"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "47df8f5048e3a1b27742ca467a668317b1b971e69f3b5cc87c472ff2f859f59d",
"md5": "5fafbaf7bd82f5d6a447037a589ae83a",
"sha256": "43548289ed176603fd4f9af6c7825b5a856dd6794cf4872ca1533a12030e34ba"
},
"downloads": -1,
"filename": "pyroboplan-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5fafbaf7bd82f5d6a447037a589ae83a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 3554072,
"upload_time": "2024-06-19T13:46:32",
"upload_time_iso_8601": "2024-06-19T13:46:32.302801Z",
"url": "https://files.pythonhosted.org/packages/47/df/8f5048e3a1b27742ca467a668317b1b971e69f3b5cc87c472ff2f859f59d/pyroboplan-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "63153bd0b97c845b17b627e90fdc836510970b98f497e9d096a5fcba511f119b",
"md5": "0e4e6f5d6a74dd2fa5e859e202cc79d5",
"sha256": "707cfa2c2164bcebf09544dd557305f93eabe735179d594107ec6353cfda2836"
},
"downloads": -1,
"filename": "pyroboplan-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "0e4e6f5d6a74dd2fa5e859e202cc79d5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 21770395,
"upload_time": "2024-06-19T13:46:39",
"upload_time_iso_8601": "2024-06-19T13:46:39.379949Z",
"url": "https://files.pythonhosted.org/packages/63/15/3bd0b97c845b17b627e90fdc836510970b98f497e9d096a5fcba511f119b/pyroboplan-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-19 13:46:39",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyroboplan"
}