Program a drone with the DroneBlocks Simulator and then deploy to Tello
Project description
DroneBlocks-Python-Simulator
Installation process
Show commands
Example missions
Sim to real drone
pip install DroneBlocksTelloSimulator
import asyncio
from DroneBlocksTelloSimulator import SimulatedDrone
async def main():
drone = SimulatedDrone('a5f921f4-f2f0-446d-b216-1a4e34ab4fa0')
await drone.connect()
await drone.takeoff()
await drone.land()
asyncio.run(main())
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
Built Distribution
File details
Details for the file DroneBlocksTelloSimulator-0.0.2.tar.gz
.
File metadata
- Download URL: DroneBlocksTelloSimulator-0.0.2.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
97ef87bf126b46f1864e55970340dc972133e315008565f8261d4907f05fc376
|
|
MD5 |
1af10442ffb8921fda54f5d107da3d7b
|
|
BLAKE2b-256 |
f88351b68c531ec0c805b4cb1e7d3fb06bc793748af785803d6b67c4fc82c932
|
File details
Details for the file DroneBlocksTelloSimulator-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: DroneBlocksTelloSimulator-0.0.2-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
eedf10d9f2d6bdbc45409d2783b41ecfcafb2264b82e7a49ad17c46d0d81c29e
|
|
MD5 |
97c56e6f2868ca4f38c0babd27a2ab96
|
|
BLAKE2b-256 |
e9b5b8cad656e6797501b309aa77e6f623dc6ad1a61aaee376d10fea19bad47f
|