Avirup Basu

Results 3 issues of Avirup Basu

The library was working 2 days ago. All of a sudden it stopped working. `client.connected()` always returns 0

Hi, The sample was tried using an Intel Edison but it seems not to work at all. ![image](https://cloud.githubusercontent.com/assets/7285009/22655577/a039b90e-ecb6-11e6-84df-75e48c8501cc.png) The data you are seeing is not sent by me. The code...

A small bug was there in tello_control_ui.py where some keyboard press event was not working. Updated from `def on_keypress_up(self, event): print "forward %d m" % self.distance self.telloMoveForward(self.distance)` to `def on_keypress_up(self,...