Fireline-Science / tello_sim

This is the repo for the DJI Tello simulator. The sim is targeted at students or classes who want to add simulation to a Tello project. Specifically, we are using it to have students program a path through an in-class obstacle course.
MIT License
37 stars 16 forks source link

Add additional exceptions #8

Closed azbones closed 4 years ago

azbones commented 4 years ago

Add exceptions for methods like flip() which check that parameters are str and exist in the actual drone api like f,b,l, and right in the flip() case.

azbones commented 4 years ago

I added a type/value check for flip() and a type int check for the other movement methods.