Skip to main content

Programming tools for programming geoscan pioneer drone

Project description

Geoscan pioneer_sdk

Geoscan PioneerSDK is a collection of tools for interfacing with Geoscan Pioneer UAVs. It provides a succinct and convenient API to drones' functions such as autonomous flight, acquiring frames from a drone's camera, and more. Please feel free to exlore examples/ directory for stepping stones and inspiration.

Installation

Use the package manager pip to install pioneer_sdk.

python3 -m pip install pioneer_sdk or
python3 -m pip install git+https://github.com/geoscan/pioneer_sdk.git@master

Usage

from pioneer_sdk import Pioneer
pioneer_mini = Pioneer()
if __name__ == '__main__':

    ...

Documentation

You can read information about package in the documentation page readthedocs

Additional information

You can find the examples and the camera calibration script in the homonymous folders. Unlike "bare" pioneer_sdk, they require a broader set of dependencies. To satisfy the requirements, run: pip:

python3 -m pip install -r requirements.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pioneer_sdk-0.5.3.tar.gz (187.3 kB view hashes)

Uploaded Source

Built Distribution

pioneer_sdk-0.5.3-py3-none-any.whl (188.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page