Go to the source code of this file.
Classes | |
| class | Hover.Crazyflie |
Namespaces | |
| Hover | |
Functions | |
| def | Hover.handler (cf) |
Variables | |
| Hover.anonymous | |
| Hover.cf1 = Crazyflie("cf1") | |
| Hover.cf2 = Crazyflie("cf2") | |
| Hover.t1 = Thread(target=handler, args=(cf1,)) | |
| Hover.t2 = Thread(target=handler, args=(cf2,)) | |