damiafuentes / DJITelloPy

DJI Tello drone python interface using the official Tello SDK. Feel free to contribute!
MIT License
1.26k stars 493 forks source link

curve_xyz_speed command not working #10

Closed Infinite-Star closed 5 years ago

Infinite-Star commented 5 years ago

Our class is using the Tello Edu drones, with SDK 2.0. We use PyCharm to code, but the curve command is not functioning. Our teacher has tried sending direct packets to the drone as well. The return is an error.

koenigscode commented 5 years ago

Hey, the documentation says "If the arc radius is not within the range of 0.5-10 meters, it responses false". I know I'm a little late, but could you give "curve 25 -25 0 25 -75 0 20" a try? (it works for me)

damiafuentes commented 5 years ago

Closing for inactivity