DroneBlocks Tello API

Where can I find an API listing for all the commands found in DroneBlocksTello?
I am working through the course “Programming Robomaster TT with Python”
i.e .connect(),turn_motor_on(), set_top_led(), send_command_with_return() etc

Hello @mikejp

I think the best place to see the API would be in the GitHub repo. You can find the repo here:

DroneBlocks Python Utils Repo

The file you are looking for is:

droneblocks/DroneBlocksTello.py

The DroneBlocksTello class extends the djitellopy.Tello class. Therefore some of the APIs you might be looking for would be in that repo.

That repo can be found here:

DJITelloPy Tello Repo

If you have any questions feel free to post them to the forum.

Thanks

1 Like