/blueye.sdk

A Python package for remote control of the Blueye Pioneer underwater drone.

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

blueye.sdk

Tests Code style: black Language grade: Python codecov PyPi-version python-versions


Read Latest Documentation - Browse GitHub Code Repository


Note: This is a pre-release -- Please report any issues you might encounter


A Python package for remote control of the Blueye Pioneer underwater drone.

SDK demo

About The Pioneer

The Blueye Pioneer is a underwater drone designed for inspections. It is produced and sold by the Norwegian company Blueye Robotics. Here is a Youtube video that gives a overview of the system and its specifications. about the Pioneer video

This SDK and the Pioneer

The Pioneer is normally controlled via a mobile device through the Blueye App (iOS/Android). The mobile device is connected via WiFi to a surface unit, and the Pioneer 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 the Pioneer as well as reading telemetry data and viewing video streams, it is not meant for executing code on the Pioneer. To control the Pioneer you connect your laptop to the surface unit WiFi and run code that interfaces with the Pioneer through the Pioneer Python object.

Check out the Quick Start Guide to get started with using the SDK.