Developer Tools for Fixed-wing
Project description
Getting Started
Planekit helps you create powerful apps for fixed-wing UAVs. These apps run on a UAV’s Companion Computer, and augment the autopilot by performing tasks that are both computationally intensive and require a low-latency link.
This documentation provides everything you need to get started with Planekit, including an overview of the API, quick start, guide material, a number of demos and examples, and API Reference.
Install Planekit
pip install planekit
Start simulation anywhere or connect UAV:
Plankit does not include any built-in simulation. Therefore, you must connect the planekit still or an arduplane installed UAV.
A simple example of starting a still with Mission planar
Planekit supports other alternatives. (Mavproxy etc.)
First connection
You can see the first connection example below.
import time
import planekit
vehicle = planekit.Connection("tcp:127.0.0.1:5762")
vehicle.wait_heartbeat()
print("connection is successful")
See Docs
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 Distribution
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 planekit-0.1.907.tar.gz.
File metadata
- Download URL: planekit-0.1.907.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1d35fffd7a46493a200d708c175c6b23beeb3904d854376e13469e54bb956b5
|
|
| MD5 |
061c2e093dd578a5387e38c2aa2f1823
|
|
| BLAKE2b-256 |
c3934f646308fb1a26f8ba17b6b8d61e412b779c6eaaca8fac45b5652afedb4b
|
File details
Details for the file planekit-0.1.907-py2.py3-none-any.whl.
File metadata
- Download URL: planekit-0.1.907-py2.py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41554585ebd7196a2a873a6872327c60316b9c569f177bff958d52be7ed0b40d
|
|
| MD5 |
33ce678082b1290b02dbfef81274712b
|
|
| BLAKE2b-256 |
4a1473fafc49db2613293bb05c1c6ac73afeaaf7d354085a12a1baf6c142b289
|