Hello Tello Pilot!
Join our DJI Tello community & remove this banner.
Sign up

TelloPy Movement

Droner

Member
Joined
Oct 25, 2018
Messages
10
Reaction score
0
Hi everyone,

I'm trying to control my new Tello drone using python and TelloPy.
Unfortunately, I'm only able to take-off and land, but not to move or rotate.

This is part of my code:
Python:
        drone.connect()
        drone.wait_for_connection(60.0)
        drone.takeoff()
        sleep(5)
        drone.forward(60)
        sleep(5)
        drone.backward(60)
        sleep(5)
        drone.land()

When I'm running this program, the drone takes off, waits for some time, and then lands.

Does anyone know how to solve this / have a working example of simple movement?

Thanks!
 

Members online

Forum statistics

Threads
5,696
Messages
39,955
Members
17,054
Latest member
Soccer843