Closed Helge543 closed 3 years ago
EDIT: I tried a small delay with time.sleep(8)
after the tello.takeoff()
command
That gave me:
[INFO] tello.py - 422 - Send command: 'takeoff'
[INFO] tello.py - 446 - Response takeoff: 'ok'
But, however the next command after the takeoff throws the next error.
tello.move_left(5)
is an invalid command.
The minimum amount a tello can travel is 50 cm
i.e. tello.move_left(50)
is the minimum possible.
Apart from that try to turn on the light, the tello takeoff command takes longer in bad lighting or wind conditions.
Hey,
I'm totally new to DJITelloPy or drones in general. Right now I'm trying to do some of the examples which are provided to start. More specifically, I tried
manual-control-pygame.py
andsimple.py.
When I used to try
simple.py
I wrote a main function like this:but when I tried to run the program I got the following error message:
It seems that there is a general problem with the
takeoff()
command because when I tried themanual-control-pygame.py
example some things seem to work fine (connection worked well and I got images from the camera on a separate window) but also here, something seems to be wrong withtakeoff()
command.Help would be very much appreciated!