blueye.sdk


Nameblueye.sdk JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://www.blueyerobotics.com
SummarySDK for controlling a Blueye underwater drone
upload_time2023-01-19 11:45:31
maintainer
docs_urlNone
authorSindre Hansen
requires_python>=3.7.1,<3.11
license
keywords blueye pioneer pro robotics sdk software development kit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # blueye.sdk
[![Tests](https://github.com/BluEye-Robotics/blueye.sdk/workflows/Tests/badge.svg)](https://github.com/BluEye-Robotics/blueye.sdk/actions)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/BluEye-Robotics/blueye.sdk.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/BluEye-Robotics/blueye.sdk/context:python)
[![codecov](https://codecov.io/gh/BluEye-Robotics/blueye.sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/BluEye-Robotics/blueye.sdk)
[![PyPi-version](https://img.shields.io/pypi/v/blueye.sdk.svg?maxAge=3600)](https://pypi.org/project/blueye.sdk/)
[![python-versions](https://img.shields.io/pypi/pyversions/blueye.sdk.svg?longCache=True)](https://pypi.org/project/blueye.sdk/)
_________________

[Read Latest Documentation](https://blueye-robotics.github.io/blueye.sdk/) - [Browse GitHub Code Repository](https://github.com/BluEye-Robotics/blueye.sdk)
_________________

A Python package for remote control of the Blueye underwater drones.


![SDK demo](https://user-images.githubusercontent.com/8504604/66751230-d05c7e00-ee8e-11e9-91cb-d46b433aafa5.gif)

## About Blueye Underwater Drones
Blueye produces and sells three models of underwater drones, the Blueye Pioneer, Blueye Pro, and Blueye X3. The Pioneer and the Pro are drones designed for inspection, while the X3 is extensible with three guest ports that allow attaching for example grippers or sonars.
Visit [blueyerobotics.com](https://www.blueyerobotics.com/products) for more information about the Blueye products.

## This SDK and the Blueye drones
A Blueye drone is normally controlled via a mobile device through the Blueye App ([iOS](https://apps.apple.com/no/app/blueye/id1369714041)/[Android](https://play.google.com/store/apps/details?id=no.blueye.blueyeapp)).
The mobile device is connected via Wi-Fi to a surface unit, and the drone is connected to the surface unit via a tether cable.

This python SDK exposes the functionality of the Blueye app through a Python object. The SDK enables remote control of a Blueye drone as well as reading telemetry data and viewing video streams. It is not meant for executing code on the drone itself.

To control the drone you connect your laptop to the surface unit Wi-Fi and run code that interfaces with the through the Python object.


Check out the [`Quick Start Guide`](https://blueye-robotics.github.io/blueye.sdk/docs/quick_start/) to get started with using the SDK.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.blueyerobotics.com",
    "name": "blueye.sdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7.1,<3.11",
    "maintainer_email": "",
    "keywords": "Blueye,Pioneer,Pro,Robotics,SDK,Software Development Kit",
    "author": "Sindre Hansen",
    "author_email": "sindre.hansen@blueye.no",
    "download_url": "https://files.pythonhosted.org/packages/18/48/3fb1403d6e72f6cacf1c0ea529bf35ace183b66efc7806ac9a1c724236cb/blueye.sdk-1.0.2.tar.gz",
    "platform": null,
    "description": "# blueye.sdk\n[![Tests](https://github.com/BluEye-Robotics/blueye.sdk/workflows/Tests/badge.svg)](https://github.com/BluEye-Robotics/blueye.sdk/actions)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/BluEye-Robotics/blueye.sdk.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/BluEye-Robotics/blueye.sdk/context:python)\n[![codecov](https://codecov.io/gh/BluEye-Robotics/blueye.sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/BluEye-Robotics/blueye.sdk)\n[![PyPi-version](https://img.shields.io/pypi/v/blueye.sdk.svg?maxAge=3600)](https://pypi.org/project/blueye.sdk/)\n[![python-versions](https://img.shields.io/pypi/pyversions/blueye.sdk.svg?longCache=True)](https://pypi.org/project/blueye.sdk/)\n_________________\n\n[Read Latest Documentation](https://blueye-robotics.github.io/blueye.sdk/) - [Browse GitHub Code Repository](https://github.com/BluEye-Robotics/blueye.sdk)\n_________________\n\nA Python package for remote control of the Blueye underwater drones.\n\n\n![SDK demo](https://user-images.githubusercontent.com/8504604/66751230-d05c7e00-ee8e-11e9-91cb-d46b433aafa5.gif)\n\n## About Blueye Underwater Drones\nBlueye produces and sells three models of underwater drones, the Blueye Pioneer, Blueye Pro, and Blueye X3. The Pioneer and the Pro are drones designed for inspection, while the X3 is extensible with three guest ports that allow attaching for example grippers or sonars.\nVisit [blueyerobotics.com](https://www.blueyerobotics.com/products) for more information about the Blueye products.\n\n## This SDK and the Blueye drones\nA Blueye drone is normally controlled via a mobile device through the Blueye App ([iOS](https://apps.apple.com/no/app/blueye/id1369714041)/[Android](https://play.google.com/store/apps/details?id=no.blueye.blueyeapp)).\nThe mobile device is connected via Wi-Fi to a surface unit, and the drone is connected to the surface unit via a tether cable.\n\nThis python SDK exposes the functionality of the Blueye app through a Python object. The SDK enables remote control of a Blueye drone as well as reading telemetry data and viewing video streams. It is not meant for executing code on the drone itself.\n\nTo control the drone you connect your laptop to the surface unit Wi-Fi and run code that interfaces with the through the Python object.\n\n\nCheck out the [`Quick Start Guide`](https://blueye-robotics.github.io/blueye.sdk/docs/quick_start/) to get started with using the SDK.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "SDK for controlling a Blueye underwater drone",
    "version": "1.0.2",
    "split_keywords": [
        "blueye",
        "pioneer",
        "pro",
        "robotics",
        "sdk",
        "software development kit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85b1dc0ae862d03b72721653faec92569f7940822f7fbcfb3da029455f39bffc",
                "md5": "d36a6a9507f6a1469f31976eae7ebd34",
                "sha256": "30d41ee9f5c5852885cf0a8a5316e980da18be2c4a08361774afc793deb3a8d1"
            },
            "downloads": -1,
            "filename": "blueye.sdk-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d36a6a9507f6a1469f31976eae7ebd34",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7.1,<3.11",
            "size": 973131,
            "upload_time": "2023-01-19T11:45:30",
            "upload_time_iso_8601": "2023-01-19T11:45:30.418663Z",
            "url": "https://files.pythonhosted.org/packages/85/b1/dc0ae862d03b72721653faec92569f7940822f7fbcfb3da029455f39bffc/blueye.sdk-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18483fb1403d6e72f6cacf1c0ea529bf35ace183b66efc7806ac9a1c724236cb",
                "md5": "67cf4757797c6546c291d4e05bbf37ad",
                "sha256": "31dc6fc0dced2922b8045f914f622efb59ae629e1045237c5e5cc77501b6790d"
            },
            "downloads": -1,
            "filename": "blueye.sdk-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "67cf4757797c6546c291d4e05bbf37ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7.1,<3.11",
            "size": 909336,
            "upload_time": "2023-01-19T11:45:31",
            "upload_time_iso_8601": "2023-01-19T11:45:31.981471Z",
            "url": "https://files.pythonhosted.org/packages/18/48/3fb1403d6e72f6cacf1c0ea529bf35ace183b66efc7806ac9a1c724236cb/blueye.sdk-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-19 11:45:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "blueye.sdk"
}
        
Elapsed time: 0.03005s