drivepathsolver


Namedrivepathsolver JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/kc94github/physical_optimization/tree/dev/python38
SummaryUse QP solver to optimize paths for robots
upload_time2023-12-05 06:17:53
maintainer
docs_urlNone
authorKailiang Chen
requires_python
license
keywords robotics path optimization qp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DrivePathSolver

## Description

This package uses QP solver to implement path planning related optimization in robotic area, mostly related with smoothing, post-processing and constraints-applying of primitive paths.

## Installation

This package only requires minimalistic dependencies

```bash
pip install numpy==1.24.4
pip install qpsolvers==4.0.0
```

Or one can directly install with requirement list

```bash
pip install -m requirements.txt
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kc94github/physical_optimization/tree/dev/python38",
    "name": "drivepathsolver",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "robotics,path,optimization,qp",
    "author": "Kailiang Chen",
    "author_email": "kailiangchen94@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d0/ff/6661fd9b6108613ac2e9b96a9386d6db9342f339c759143e0bbe066bb044/drivepathsolver-0.1.2.tar.gz",
    "platform": null,
    "description": "# DrivePathSolver\n\n## Description\n\nThis package uses QP solver to implement path planning related optimization in robotic area, mostly related with smoothing, post-processing and constraints-applying of primitive paths.\n\n## Installation\n\nThis package only requires minimalistic dependencies\n\n```bash\npip install numpy==1.24.4\npip install qpsolvers==4.0.0\n```\n\nOr one can directly install with requirement list\n\n```bash\npip install -m requirements.txt\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Use QP solver to optimize paths for robots",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/kc94github/physical_optimization/tree/dev/python38"
    },
    "split_keywords": [
        "robotics",
        "path",
        "optimization",
        "qp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2be978a7864c0a887a8bca53354acb47e137e8a39c51d7c0383ade63cb11c90",
                "md5": "cca078b230dc85812e86a2af2da55901",
                "sha256": "03c4010c6cf4994c43d47d3130c9da9c4292ea5ffe955b612fca6b8fa4e1b83b"
            },
            "downloads": -1,
            "filename": "drivepathsolver-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cca078b230dc85812e86a2af2da55901",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 22988,
            "upload_time": "2023-12-05T06:17:50",
            "upload_time_iso_8601": "2023-12-05T06:17:50.610672Z",
            "url": "https://files.pythonhosted.org/packages/b2/be/978a7864c0a887a8bca53354acb47e137e8a39c51d7c0383ade63cb11c90/drivepathsolver-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0ff6661fd9b6108613ac2e9b96a9386d6db9342f339c759143e0bbe066bb044",
                "md5": "9d87978be49b56867891221e1cb894a6",
                "sha256": "b0b20481ac7bfd995a84bbfafb68478c97c1fedb5835f5e31b08d1f9aafa01db"
            },
            "downloads": -1,
            "filename": "drivepathsolver-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9d87978be49b56867891221e1cb894a6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14696,
            "upload_time": "2023-12-05T06:17:53",
            "upload_time_iso_8601": "2023-12-05T06:17:53.372021Z",
            "url": "https://files.pythonhosted.org/packages/d0/ff/6661fd9b6108613ac2e9b96a9386d6db9342f339c759143e0bbe066bb044/drivepathsolver-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-05 06:17:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kc94github",
    "github_project": "physical_optimization",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "drivepathsolver"
}
        
Elapsed time: 0.14301s