Programming tools for 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 explore the examples/ directory for stepping stones and inspiration.
Installation
You can install the SDK in several ways:
1. From PyPI (latest release)
python3 -m pip install pioneer-sdk
2. From GitFlic (main branch)
python3 -m pip install "pioneer-sdk @ git+https://gitflic.ru/project/geoscan-llc/pioneer-sdk.git@master"
Usage
from pioneer_sdk import Pioneer
pioneer_mini = Pioneer()
if __name__ == '__main__':
...
Documentation
You can read more information about the package in the documentation: readthedocs
Additional information
You can find the examples and the camera calibration script in the corresponding folders.
Unlike the "bare" pioneer_sdk, they require a broader set of dependencies.
To satisfy the requirements, run:
python3 -m pip install -r requirements.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pioneer_sdk-0.6.0-py3-none-any.whl.
File metadata
- Download URL: pioneer_sdk-0.6.0-py3-none-any.whl
- Upload date:
- Size: 190.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0eeec1238b1e6bdb418eac532a34a092bd6f1a2022f37bc5d611ab20b9560665
|
|
| MD5 |
06eb29327da6269c980a6e0ea21ebefa
|
|
| BLAKE2b-256 |
700ccca731958b017bc1a82879c7340be0962bb89cedbf5463d5643052d8ca83
|