You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is some of my python code that I am running with DJITelloPy:
defpath(tello: Tello) ->None:
tello.move_up(50)
# The Tello will hover towards the drop zone with elegancy and beauty.# org = 358tello.move_forward(358)
# fliptello.flip_back()
# Go back to landing pad# org = 358# measure #1 = 335# org = 335tello.move_back(358)
# Land on padtello.land()
For some reason, it is extremely inconsistent when using DJITelloPy. It will sometimes takeoff and immediately land, other times it might takeoff and go forward, flip, and then land without going backwards. However, when using the Droneblocks app on the microsoft store, I can program it using the blocks and everything works perfectly with absolutely no issues. I also already tried opening UDP ports to allow it to communicate but DJITelloPy is still broken for me.
The text was updated successfully, but these errors were encountered:
Here is some of my python code that I am running with DJITelloPy:
For some reason, it is extremely inconsistent when using DJITelloPy. It will sometimes takeoff and immediately land, other times it might takeoff and go forward, flip, and then land without going backwards. However, when using the Droneblocks app on the microsoft store, I can program it using the blocks and everything works perfectly with absolutely no issues. I also already tried opening UDP ports to allow it to communicate but DJITelloPy is still broken for me.
The text was updated successfully, but these errors were encountered: