auro-sensors


Nameauro-sensors JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/Auromix/auro_sensors
Summarysensors for auromix application
upload_time2024-06-04 07:29:09
maintainerNone
docs_urlNone
authorHerman Ye
requires_python>=3.8
licenseNone
keywords auro_sensors
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Auro Sensors

Auro Sensors is a Python library for interfacing with various sensors and sensor utilities.

# Install

```bash
pip install auro_sensors
```

# Usage

## Camera

### Realsense Camera

Realsense camera SDK wrapper.

```bash
python examples/cameras/example_realsense_camera.py
```

## Utils

### Aruco

Aruco marker detection and pose estimation.

```bash
python examples/utils/example_aruco.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Auromix/auro_sensors",
    "name": "auro-sensors",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "auro_sensors",
    "author": "Herman Ye",
    "author_email": "hermanye233@icloud.com",
    "download_url": "https://files.pythonhosted.org/packages/ff/c0/bc7f2fb09a3da61b1f7ac2ffc0d9cd1ee4f69c902e3a1fa8f539f3a83b5a/auro_sensors-0.0.2.tar.gz",
    "platform": null,
    "description": "# Auro Sensors\n\nAuro Sensors is a Python library for interfacing with various sensors and sensor utilities.\n\n# Install\n\n```bash\npip install auro_sensors\n```\n\n# Usage\n\n## Camera\n\n### Realsense Camera\n\nRealsense camera SDK wrapper.\n\n```bash\npython examples/cameras/example_realsense_camera.py\n```\n\n## Utils\n\n### Aruco\n\nAruco marker detection and pose estimation.\n\n```bash\npython examples/utils/example_aruco.py\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "sensors for auromix application",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/Auromix/auro_sensors"
    },
    "split_keywords": [
        "auro_sensors"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7775021b358859b9ea9c64e84e525063c1a47024a443ce6b216dd81357b8b914",
                "md5": "a3be2e935945082bc863b501ce6fb2a1",
                "sha256": "016f44c4a121fdc16c6426a7e43870a4eb0ce115412a61cda889212ceffd7204"
            },
            "downloads": -1,
            "filename": "auro_sensors-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a3be2e935945082bc863b501ce6fb2a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12579,
            "upload_time": "2024-06-04T07:29:08",
            "upload_time_iso_8601": "2024-06-04T07:29:08.318687Z",
            "url": "https://files.pythonhosted.org/packages/77/75/021b358859b9ea9c64e84e525063c1a47024a443ce6b216dd81357b8b914/auro_sensors-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffc0bc7f2fb09a3da61b1f7ac2ffc0d9cd1ee4f69c902e3a1fa8f539f3a83b5a",
                "md5": "4646ce1695e732c435aba8409ef09572",
                "sha256": "f9a3e5883ec48d90f25f638851a270fd9742802fa78ba9854cdaede645cf730b"
            },
            "downloads": -1,
            "filename": "auro_sensors-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4646ce1695e732c435aba8409ef09572",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10190,
            "upload_time": "2024-06-04T07:29:09",
            "upload_time_iso_8601": "2024-06-04T07:29:09.778850Z",
            "url": "https://files.pythonhosted.org/packages/ff/c0/bc7f2fb09a3da61b1f7ac2ffc0d9cd1ee4f69c902e3a1fa8f539f3a83b5a/auro_sensors-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-04 07:29:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Auromix",
    "github_project": "auro_sensors",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "auro-sensors"
}
        
Elapsed time: 0.45356s