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

Tello don't land

Sown

New member
Joined
Jul 22, 2023
Messages
2
Reaction score
0
hi, i'm coding in Python to make my tello land and take off right after, but my tello skip land command and do commands below the second takeoff command. How to make tello land and takeoff twice in 1 program ;((. I have a competition tomorrow so I really need help.
Thanks
Sorry for my bad English
from djitellopy import Tello
from time import sleep
tello=Tello()
tello.connect()
tello.takeoff()
sleep(3.5)
tello.move_up(60)
sleep(3)
tello.move_forward(180)
sleep(3)
tello.move_down(55)
sleep(3)
tello.move_forward(60)
sleep(3)
tello.move_back(40)
sleep(3)
tello.move_right(210)
sleep(3)
tello.land
sleep(5)
tello.takeoff
sleep(3.5)
tello.rotate_clockwise(42)
sleep(3)
tello.move_back(300)
sleep(3)
tello.land
 

New Posts

Members online

Forum statistics

Threads
5,701
Messages
39,968
Members
17,067
Latest member
atapattu

New Posts