Reusable emergency stop helpers for drone SDKs (Ctrl+C and optional key listener).
Project description
keyboardestop
Reusable emergency stop helpers for CoDrone EDU (and similar Python drone SDKs).
Quick Start
from codrone_edu.drone import Drone
import keyboardestop as kes
drone = Drone()
drone.pair("COM4")
kes.install(drone) # Ctrl+C will call emergency_stop() and exit by default
drone.takeoff()
drone.hover(5.0)
drone.land()
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
keyboardestop-0.1.0.tar.gz
(3.7 kB
view details)
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 keyboardestop-0.1.0.tar.gz.
File metadata
- Download URL: keyboardestop-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8830453b4b4b1a3dd1ed0b4c01382d9afaf4079a4f4f3452b9c50e98774ca1be
|
|
| MD5 |
ecb6be8bbe69f881329c9a34650d7e64
|
|
| BLAKE2b-256 |
f3962eb8615ebd1ee82cea3af4a18d43822510c0939372fadeecd952d4c3e1e2
|
File details
Details for the file keyboardestop-0.1.0-py3-none-any.whl.
File metadata
- Download URL: keyboardestop-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50afe36977dfb231738c1c8c2e8b19cf5bbd2814f6b9b1f01b87d431d4cd6fb1
|
|
| MD5 |
d07b00c688bae9ab09e82f5c3a08e182
|
|
| BLAKE2b-256 |
cf28eb3a1c969bb4424e7c7b9f16ba3db8952b75ac2b957275de5eacd2b57f3a
|