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 -i https://test.pypi.org/simple/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
Close
Hashes for DroneBlocksTelloSimulator-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20c67bb48def66a2d4cd0dac8bf39437ea977ddd5b032ca25838d91032e12c38 |
|
MD5 | 7f4d0f2f89d45f4db87a0c844addeacc |
|
BLAKE2b-256 | 73a3006a97f318e2f974082efdb6472bb3312e9ce18ceb02dc546f3851b22d10 |
Close
Hashes for DroneBlocksTelloSimulator-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81dd6e602e1f47dc1f3f66e771ed124b5cb1eab05fa208d33f73f87519dc9a81 |
|
MD5 | 2cbda8cd9edd340c4ae6ffbd350b7902 |
|
BLAKE2b-256 | e12d1dec218f883c50cf8f8becfce77e7ed23cc8a2bf3c46ac481993dc8f01e6 |