fourier-robot-descriptions


Namefourier-robot-descriptions JSON
Version 0.1.8 PyPI version JSON
download
home_pageNone
SummaryFourier Robot Descriptions
upload_time2024-10-31 03:58:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Fourier Robot Descriptions

## Usage

```python
from fourier_robot_descriptions.loaders.pinocchio import load_robot_description
robot = load_robot_description("GR1T2")
```

To directly get the URDF file path:

```python
from fourier_robot_descriptions.fourier_right_hand import URDF_PATH, PACKAGE_PATH
```

## Available Robots

| Name | Description |
|------|-------------|
| GR1T1 | GR1T1 with Fourier hand  |
| GR1T1_inspire_hand | GR1T1 with Inspire hand |
| GR1T1_jaw | GR1T1 with Gripper |
| GR1T2 | GR1T2 with Fourier hand  |
| GR1T2_inspire_hand | GR1T2 with Inspire hand |
| GR1T2_jaw | GR1T2 with Gripper |
| GRMini1T1 | GRMini1T1 without hand |
| fourier_right_hand | Fourier right hand |
| fourier_left_hand | Fourier left hand | 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fourier-robot-descriptions",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Yuxiang Gao <yuxiang.gao@fftai.com>",
    "download_url": "https://files.pythonhosted.org/packages/80/d2/3cdf3b5ab9176d1319558d581213f79b20ae5d1de178cca1d80386d5affb/fourier_robot_descriptions-0.1.8.tar.gz",
    "platform": null,
    "description": "# Fourier Robot Descriptions\n\n## Usage\n\n```python\nfrom fourier_robot_descriptions.loaders.pinocchio import load_robot_description\nrobot = load_robot_description(\"GR1T2\")\n```\n\nTo directly get the URDF file path:\n\n```python\nfrom fourier_robot_descriptions.fourier_right_hand import URDF_PATH, PACKAGE_PATH\n```\n\n## Available Robots\n\n| Name | Description |\n|------|-------------|\n| GR1T1 | GR1T1 with Fourier hand  |\n| GR1T1_inspire_hand | GR1T1 with Inspire hand |\n| GR1T1_jaw | GR1T1 with Gripper |\n| GR1T2 | GR1T2 with Fourier hand  |\n| GR1T2_inspire_hand | GR1T2 with Inspire hand |\n| GR1T2_jaw | GR1T2 with Gripper |\n| GRMini1T1 | GRMini1T1 without hand |\n| fourier_right_hand | Fourier right hand |\n| fourier_left_hand | Fourier left hand | \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Fourier Robot Descriptions",
    "version": "0.1.8",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9df9406fb5fb29de02bda9bcce8ab5de65aac7a831ac6d5323f8aa9ec71cd04",
                "md5": "9f021b1ddbf74ecbd1dfeb5c84dcf870",
                "sha256": "fdaac91b89bd0c40f5d055c885b4dc623aee1c2aed2ae25211eb13c1788a0b96"
            },
            "downloads": -1,
            "filename": "fourier_robot_descriptions-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f021b1ddbf74ecbd1dfeb5c84dcf870",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10820,
            "upload_time": "2024-10-31T03:58:03",
            "upload_time_iso_8601": "2024-10-31T03:58:03.182133Z",
            "url": "https://files.pythonhosted.org/packages/f9/df/9406fb5fb29de02bda9bcce8ab5de65aac7a831ac6d5323f8aa9ec71cd04/fourier_robot_descriptions-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80d23cdf3b5ab9176d1319558d581213f79b20ae5d1de178cca1d80386d5affb",
                "md5": "55c8ecf42b5ba2453607f0ff360a46b1",
                "sha256": "f84e20e0e6bc5feb9eb724140f79383bd98af95ed31adf5fcb06d5e11a124cc9"
            },
            "downloads": -1,
            "filename": "fourier_robot_descriptions-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "55c8ecf42b5ba2453607f0ff360a46b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4933,
            "upload_time": "2024-10-31T03:58:05",
            "upload_time_iso_8601": "2024-10-31T03:58:05.123619Z",
            "url": "https://files.pythonhosted.org/packages/80/d2/3cdf3b5ab9176d1319558d581213f79b20ae5d1de178cca1d80386d5affb/fourier_robot_descriptions-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-31 03:58:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "fourier-robot-descriptions"
}
        
Elapsed time: 0.37212s