Skip to main content

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

DroneBlocksTelloSimulator-0.0.2.tar.gz (14.2 kB view hashes)

Uploaded Source

Built Distribution

DroneBlocksTelloSimulator-0.0.2-py3-none-any.whl (14.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page